Trace number 4509672

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 S2? (TO) 3600.11 2541.02

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n258-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM7056d5d7645a22d74bbe899777f3f6dc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables387
Total number of constraints1032
Number of constraints which are clauses1032
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 constraint3
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

2146.81/1084.03	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2146.81/1084.03	c numVar: 387
2146.81/1084.03	c numCon: 1032
2146.81/1084.03	c numEqual: 0
2146.81/1084.03	c intSize: 3
2146.81/1084.03	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2146.81/1084.03	c ------------------- Paras list -------------------
2146.81/1084.03	c Name                	 Type      	 Now       	 Default   	 Comment
2146.81/1084.03	c timeout             	 double    	 3600.000000	 3600      	 
2146.81/1084.03	c mip_time            	 double    	 0.300000  	 0.5       	 
2146.81/1084.03	c ls_time             	 double    	 10.000000 	 10        	 
2146.81/1084.03	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2146.81/1084.03	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2146.81/1084.03	c random_seed         	 int       	 0         	 0         	 
2146.81/1084.03	c sample_size         	 int       	 50        	 50        	 
2146.81/1084.03	c sub_score           	 int       	 1         	 1         	 
2146.81/1084.03	c tabu_base           	 int       	 3         	 3         	 
2146.81/1084.03	c tabu_variation      	 int       	 1         	 1         	 
2146.81/1084.03	c sub_div             	 int       	 4         	 4         	 
2146.81/1084.03	c nbcore              	 int       	 2         	 1         	 
2146.81/1084.03	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2146.81/1084.03	c print_sol           	 int       	 1         	 1         	 
2146.81/1084.03	c tmpdir              	 string		 .         	 "."       	 
2146.81/1084.03	c home                	 string		 HOME	 "."       	 
2146.81/1084.03	c benchname           	 string		 HOME/instance-4509672-1751180894.opb	 ""        	 
2146.81/1084.03	c --------------------------------------------------
2146.81/1084.03	c Local Search solver
2146.81/1084.03	c MIP solver
2146.81/1084.03	c use Exact solver
3600.09/2541.01	s UNKNOWN
3600.09/2541.01	c Total time: 2541

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: 63837 MiB (63154 MiB free)
  memory of node 1: 64465 MiB (63660 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509672-1751180894/watcher-4509672-1751180894 -o /tmp/evaluation-result-4509672-1751180894/solver-4509672-1751180894 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21023 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4509672-1751180894.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21318, runsolver pid=21315

[startup+0.100066 s]*
/proc/loadavg: 5.80 2.57 1.96 8/258 21319
/proc/meminfo: memFree=129858220/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=40332 memory=5888 CPUtime=0.09 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 460 0 0 0 9 0 0 0 20 0 1 0 33768837 41299968 1472 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 10083 1472 1184 6655 0 318 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 5888 KiB

[startup+0.21281 s]*
/proc/loadavg: 5.80 2.57 1.96 8/258 21319
/proc/meminfo: memFree=129858220/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=40332 memory=5888 CPUtime=0.21 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 460 0 0 0 21 0 0 0 20 0 1 0 33768837 41299968 1472 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 10083 1472 1184 6655 0 318 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 5888 KiB

[startup+0.313093 s]*
/proc/loadavg: 5.80 2.57 1.96 8/258 21319
/proc/meminfo: memFree=129858220/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=40332 memory=5888 CPUtime=0.31 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 460 0 0 0 31 0 0 0 20 0 1 0 33768837 41299968 1472 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 10083 1472 1184 6655 0 318 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 5888 KiB

[startup+0.70029 s]
/proc/loadavg: 5.80 2.57 1.96 8/258 21319
/proc/meminfo: memFree=129858252/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=40332 memory=5888 CPUtime=0.68 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 460 0 0 0 68 0 0 0 20 0 1 0 33768837 41299968 1472 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 10083 1472 1184 6655 0 318 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 5888 KiB

[startup+1.50025 s]
/proc/loadavg: 5.80 2.57 1.96 8/258 21319
/proc/meminfo: memFree=129858252/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=40332 memory=5888 CPUtime=1.48 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 460 0 0 0 148 0 0 0 20 0 1 0 33768837 41299968 1472 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 10083 1472 1184 6655 0 318 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 5888 KiB

[startup+3.11295 s]
/proc/loadavg: 5.80 2.57 1.96 8/258 21319
/proc/meminfo: memFree=129858584/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=40332 memory=5888 CPUtime=3.09 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 460 0 0 0 309 0 0 0 20 0 1 0 33768837 41299968 1472 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 10083 1472 1184 6655 0 318 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 5888 KiB

[startup+6.30024 s]
/proc/loadavg: 5.89 2.64 1.99 8/258 21319
/proc/meminfo: memFree=129859100/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=40332 memory=5888 CPUtime=6.27 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 460 0 0 0 627 0 0 0 20 0 1 0 33768837 41299968 1472 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 10083 1472 1184 6655 0 318 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 5888 KiB

[startup+12.7001 s]
/proc/loadavg: 5.98 2.72 2.01 9/260 21322
/proc/meminfo: memFree=129852652/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=122780 memory=28240 CPUtime=15.3 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 3466 0 0 0 1529 1 0 0 20 0 2 0 33768837 125726720 7060 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 30695 7060 3488 6655 0 5361 0
[pid=21318/tid=21322] ppid=21315 vsize=122780 memory=26192 CPUtime=2.63 cores=4,6
/proc/21318/task/21322/stat : 21322 (LSIPExact) R 21315 21318 21012 0 -1 4194368 830 0 0 0 263 0 0 0 20 0 2 0 33769838 125726720 7060 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
Current children cumulated CPU time: 15.3 s
Current children cumulated vsize: 122780 KiB
Current children cumulated memory: 28240 KiB

[startup+25.5002 s]
/proc/loadavg: 6.43 2.97 2.11 9/260 21322
/proc/meminfo: memFree=129834780/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=123876 memory=28880 CPUtime=40.5 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 7635 0 0 0 4049 1 0 0 20 0 2 0 33768837 126849024 7220 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 30969 7220 3488 6655 0 5635 0
[pid=21318/tid=21322] ppid=21315 vsize=123876 memory=17280 CPUtime=15.07 cores=4,6
/proc/21318/task/21322/stat : 21322 (LSIPExact) R 21315 21318 21012 0 -1 4194368 2192 0 0 0 1507 0 0 0 20 0 2 0 33769838 126849024 7220 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
Current children cumulated CPU time: 40.5 s
Current children cumulated vsize: 123876 KiB
Current children cumulated memory: 28880 KiB

[startup+51.1052 s]
/proc/loadavg: 7.03 3.39 2.27 7/254 21359
/proc/meminfo: memFree=129869536/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=129024 memory=35152 CPUtime=91.44 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 11305 0 0 0 9142 2 0 0 20 0 2 0 33768837 132120576 8788 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 32256 8788 3488 6655 0 7007 0
[pid=21318/tid=21322] ppid=21315 vsize=129024 memory=17280 CPUtime=40.44 cores=4,6
/proc/21318/task/21322/stat : 21322 (LSIPExact) R 21315 21318 21012 0 -1 4194368 3249 0 0 0 4044 0 0 0 20 0 2 0 33769838 132120576 8788 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
Current children cumulated CPU time: 91.44 s
Current children cumulated vsize: 129024 KiB
Current children cumulated memory: 35152 KiB

[startup+102.3 s]
/proc/loadavg: 7.27 4.03 2.55 8/256 21461
/proc/meminfo: memFree=129952644/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=129024 memory=35280 CPUtime=192.39 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 15023 0 0 0 19237 2 0 0 20 0 2 0 33768837 132120576 8820 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 32256 8820 3488 6655 0 7009 0
[pid=21318/tid=21322] ppid=21315 vsize=129024 memory=35280 CPUtime=91.5 cores=4,6
/proc/21318/task/21322/stat : 21322 (LSIPExact) R 21315 21318 21012 0 -1 4194368 4928 0 0 0 9150 0 0 0 20 0 2 0 33769838 132120576 8820 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
Current children cumulated CPU time: 192.39 s
Current children cumulated vsize: 129024 KiB
Current children cumulated memory: 35280 KiB

[startup+162.3 s]
/proc/loadavg: 7.81 4.77 2.90 9/257 21469
/proc/meminfo: memFree=129943340/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=129024 memory=37072 CPUtime=311.84 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 16166 0 0 0 31181 3 0 0 20 0 2 0 33768837 132120576 9268 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 32256 9268 3488 6655 0 7474 0
[pid=21318/tid=21322] ppid=21315 vsize=129024 memory=36816 CPUtime=151.38 cores=4,6
/proc/21318/task/21322/stat : 21322 (LSIPExact) R 21315 21318 21012 0 -1 4194368 5890 0 0 0 15138 0 0 0 20 0 2 0 33769838 132120576 9268 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
Current children cumulated CPU time: 311.84 s
Current children cumulated vsize: 129024 KiB
Current children cumulated memory: 37072 KiB

[startup+222.3 s]
/proc/loadavg: 8.00 5.38 3.23 9/255 21471
/proc/meminfo: memFree=129942352/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=129024 memory=38224 CPUtime=431.29 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 16991 0 0 0 43126 3 0 0 20 0 2 0 33768837 132120576 9556 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 32256 9556 3488 6655 0 7744 0
[pid=21318/tid=21322] ppid=21315 vsize=129024 memory=37840 CPUtime=211.28 cores=4,6
/proc/21318/task/21322/stat : 21322 (LSIPExact) R 21315 21318 21012 0 -1 4194368 6606 0 0 0 21127 1 0 0 20 0 2 0 33769838 132120576 9556 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
Current children cumulated CPU time: 431.29 s
Current children cumulated vsize: 129024 KiB
Current children cumulated memory: 38224 KiB

[startup+282.3 s]
/proc/loadavg: 8.05 5.87 3.53 9/255 21473
/proc/meminfo: memFree=129939792/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=129024 memory=39248 CPUtime=550.75 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 17277 0 0 0 55072 3 0 0 20 0 2 0 33768837 132120576 9812 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 32256 9812 3488 6655 0 8020 0
[pid=21318/tid=21322] ppid=21315 vsize=129024 memory=17280 CPUtime=271.17 cores=4,6
/proc/21318/task/21322/stat : 21322 (LSIPExact) R 21315 21318 21012 0 -1 4194368 6886 0 0 0 27116 1 0 0 20 0 2 0 33769838 132120576 9812 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
Current children cumulated CPU time: 550.75 s
Current children cumulated vsize: 129024 KiB
Current children cumulated memory: 39248 KiB

[startup+342.3 s]
/proc/loadavg: 8.05 6.28 3.82 9/254 21475
/proc/meminfo: memFree=129940888/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=129456 memory=40656 CPUtime=670.2 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) R 21315 21318 21012 0 -1 4194304 18634 0 0 0 67017 3 0 0 20 0 2 0 33768837 132562944 10164 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 32364 10164 3488 6655 0 8386 0
[pid=21318/tid=21322] ppid=21315 vsize=129456 memory=39504 CPUtime=331.06 cores=4,6
/proc/21318/task/21322/stat : 21322 (LSIPExact) R 21315 21318 21012 0 -1 4194368 7739 0 0 0 33105 1 0 0 20 0 2 0 33769838 132562944 10164 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
Current children cumulated CPU time: 670.2 s
Current children cumulated vsize: 129456 KiB
Current children cumulated memory: 40656 KiB

[startup+402.3 s]

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

/proc/loadavg: 5.07 5.25 5.56 6/254 21648
/proc/meminfo: memFree=129731252/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=148532 memory=73524 CPUtime=2146.85 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) S 21315 21318 21012 0 -1 4194304 29363 0 0 0 214680 5 0 0 20 0 1 0 33768837 152096768 18381 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 37133 18381 3552 6655 0 16470 0
[pid=21605] ppid=21318 vsize=58504 memory=42968 CPUtime=876.17 cores=4,6
/proc/21605/stat : 21605 (Exact) R 21318 21605 21605 0 -1 4194304 90293 0 0 0 86719 898 0 0 20 0 1 0 33877240 59908096 10742 18446744073709551615 4198400 8335837 140735383857152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32604160 140735383861435 140735383861789 140735383861789 140735383867343 0
/proc/21605/statm: 14626 10742 1120 1011 0 13393 0
Current children cumulated CPU time: 3023.02 s
Current children cumulated vsize: 207036 KiB
Current children cumulated memory: 116492 KiB

[startup+2022.3 s]
/proc/loadavg: 5.13 5.24 5.53 6/254 21654
/proc/meminfo: memFree=129732060/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=148532 memory=73524 CPUtime=2146.85 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) S 21315 21318 21012 0 -1 4194304 29363 0 0 0 214680 5 0 0 20 0 1 0 33768837 152096768 18381 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 37133 18381 3552 6655 0 16470 0
[pid=21605] ppid=21318 vsize=58696 memory=43224 CPUtime=936.02 cores=4,6
/proc/21605/stat : 21605 (Exact) R 21318 21605 21605 0 -1 4194304 90341 0 0 0 92648 954 0 0 20 0 1 0 33877240 60104704 10806 18446744073709551615 4198400 8335837 140735383857152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32604160 140735383861435 140735383861789 140735383861789 140735383867343 0
/proc/21605/statm: 14674 10806 1120 1011 0 13441 0
Current children cumulated CPU time: 3082.87 s
Current children cumulated vsize: 207228 KiB
Current children cumulated memory: 116748 KiB

[startup+2082.3 s]
/proc/loadavg: 5.05 5.19 5.50 6/254 21656
/proc/meminfo: memFree=129733532/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=148532 memory=73524 CPUtime=2146.85 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) S 21315 21318 21012 0 -1 4194304 29363 0 0 0 214680 5 0 0 20 0 1 0 33768837 152096768 18381 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 37133 18381 3552 6655 0 16470 0
[pid=21605] ppid=21318 vsize=58888 memory=43352 CPUtime=995.89 cores=4,6
/proc/21605/stat : 21605 (Exact) R 21318 21605 21605 0 -1 4194304 90407 0 0 0 98578 1011 0 0 20 0 1 0 33877240 60301312 10838 18446744073709551615 4198400 8335837 140735383857152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32604160 140735383861435 140735383861789 140735383861789 140735383867343 0
/proc/21605/statm: 14722 10838 1120 1011 0 13489 0
Current children cumulated CPU time: 3142.74 s
Current children cumulated vsize: 207420 KiB
Current children cumulated memory: 116876 KiB

[startup+2142.3 s]
/proc/loadavg: 5.13 5.19 5.47 6/255 21659
/proc/meminfo: memFree=129721220/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=148532 memory=73524 CPUtime=2146.85 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) S 21315 21318 21012 0 -1 4194304 29363 0 0 0 214680 5 0 0 20 0 1 0 33768837 152096768 18381 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 37133 18381 3552 6655 0 16470 0
[pid=21605] ppid=21318 vsize=59080 memory=43480 CPUtime=1055.75 cores=4,6
/proc/21605/stat : 21605 (Exact) R 21318 21605 21605 0 -1 4194304 90431 0 0 0 104503 1072 0 0 20 0 1 0 33877240 60497920 10870 18446744073709551615 4198400 8335837 140735383857152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32604160 140735383861435 140735383861789 140735383861789 140735383867343 0
/proc/21605/statm: 14770 10870 1120 1011 0 13537 0
Current children cumulated CPU time: 3202.6 s
Current children cumulated vsize: 207612 KiB
Current children cumulated memory: 117004 KiB

[startup+2202.3 s]
/proc/loadavg: 4.51 5.00 5.39 5/255 21662
/proc/meminfo: memFree=129709580/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=148532 memory=73524 CPUtime=2146.85 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) S 21315 21318 21012 0 -1 4194304 29363 0 0 0 214680 5 0 0 20 0 1 0 33768837 152096768 18381 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 37133 18381 3552 6655 0 16470 0
[pid=21605] ppid=21318 vsize=59080 memory=43608 CPUtime=1115.56 cores=4,6
/proc/21605/stat : 21605 (Exact) R 21318 21605 21605 0 -1 4194304 90455 0 0 0 110434 1122 0 0 20 0 1 0 33877240 60497920 10902 18446744073709551615 4198400 8335837 140735383857152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32604160 140735383861435 140735383861789 140735383861789 140735383867343 0
/proc/21605/statm: 14770 10902 1120 1011 0 13537 0
Current children cumulated CPU time: 3262.41 s
Current children cumulated vsize: 207612 KiB
Current children cumulated memory: 117132 KiB

[startup+2262.3 s]
/proc/loadavg: 4.23 4.83 5.30 5/255 21664
/proc/meminfo: memFree=129704224/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=148532 memory=73524 CPUtime=2146.85 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) S 21315 21318 21012 0 -1 4194304 29363 0 0 0 214680 5 0 0 20 0 1 0 33768837 152096768 18381 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 37133 18381 3552 6655 0 16470 0
[pid=21605] ppid=21318 vsize=59272 memory=43736 CPUtime=1175.38 cores=4,6
/proc/21605/stat : 21605 (Exact) R 21318 21605 21605 0 -1 4194304 90521 0 0 0 116354 1184 0 0 20 0 1 0 33877240 60694528 10934 18446744073709551615 4198400 8335837 140735383857152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32604160 140735383861435 140735383861789 140735383861789 140735383867343 0
/proc/21605/statm: 14818 10934 1120 1011 0 13585 0
Current children cumulated CPU time: 3322.23 s
Current children cumulated vsize: 207804 KiB
Current children cumulated memory: 117260 KiB

[startup+2322.3 s]
/proc/loadavg: 4.83 4.89 5.29 5/255 21666
/proc/meminfo: memFree=129699380/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=148532 memory=73524 CPUtime=2146.85 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) S 21315 21318 21012 0 -1 4194304 29363 0 0 0 214680 5 0 0 20 0 1 0 33768837 152096768 18381 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 37133 18381 3552 6655 0 16470 0
[pid=21605] ppid=21318 vsize=59656 memory=43992 CPUtime=1235.2 cores=4,6
/proc/21605/stat : 21605 (Exact) R 21318 21605 21605 0 -1 4194304 90593 0 0 0 122276 1244 0 0 20 0 1 0 33877240 61087744 10998 18446744073709551615 4198400 8335837 140735383857152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32604160 140735383861435 140735383861789 140735383861789 140735383867343 0
/proc/21605/statm: 14914 10998 1120 1011 0 13681 0
Current children cumulated CPU time: 3382.05 s
Current children cumulated vsize: 208188 KiB
Current children cumulated memory: 117516 KiB

[startup+2382.3 s]
/proc/loadavg: 4.39 4.76 5.22 5/255 21668
/proc/meminfo: memFree=129684132/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=148532 memory=73524 CPUtime=2146.85 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) S 21315 21318 21012 0 -1 4194304 29363 0 0 0 214680 5 0 0 20 0 1 0 33768837 152096768 18381 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 37133 18381 3552 6655 0 16470 0
[pid=21605] ppid=21318 vsize=59848 memory=44248 CPUtime=1295.01 cores=4,6
/proc/21605/stat : 21605 (Exact) R 21318 21605 21605 0 -1 4194304 90641 0 0 0 128200 1301 0 0 20 0 1 0 33877240 61284352 11062 18446744073709551615 4198400 8335837 140735383857152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32604160 140735383861435 140735383861789 140735383861789 140735383867343 0
/proc/21605/statm: 14962 11062 1120 1011 0 13729 0
Current children cumulated CPU time: 3441.86 s
Current children cumulated vsize: 208380 KiB
Current children cumulated memory: 117772 KiB

[startup+2442.3 s]
/proc/loadavg: 4.18 4.63 5.15 5/253 21672
/proc/meminfo: memFree=129674316/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=148532 memory=73524 CPUtime=2146.85 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) S 21315 21318 21012 0 -1 4194304 29363 0 0 0 214680 5 0 0 20 0 1 0 33768837 152096768 18381 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 37133 18381 3552 6655 0 16470 0
[pid=21605] ppid=21318 vsize=60424 memory=44760 CPUtime=1354.83 cores=4,6
/proc/21605/stat : 21605 (Exact) R 21318 21605 21605 0 -1 4194304 90785 0 0 0 134127 1356 0 0 20 0 1 0 33877240 61874176 11190 18446744073709551615 4198400 8335837 140735383857152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32604160 140735383861435 140735383861789 140735383861789 140735383867343 0
/proc/21605/statm: 15106 11190 1120 1011 0 13873 0
Current children cumulated CPU time: 3501.68 s
Current children cumulated vsize: 208956 KiB
Current children cumulated memory: 118284 KiB

[startup+2502.3 s]
/proc/loadavg: 4.16 4.54 5.08 5/253 21674
/proc/meminfo: memFree=129675500/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=148532 memory=73524 CPUtime=2146.85 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) S 21315 21318 21012 0 -1 4194304 29363 0 0 0 214680 5 0 0 20 0 1 0 33768837 152096768 18381 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 37133 18381 3552 6655 0 16470 0
[pid=21605] ppid=21318 vsize=60808 memory=45144 CPUtime=1414.64 cores=4,6
/proc/21605/stat : 21605 (Exact) R 21318 21605 21605 0 -1 4194304 90881 0 0 0 140059 1405 0 0 20 0 1 0 33877240 62267392 11286 18446744073709551615 4198400 8335837 140735383857152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32604160 140735383861435 140735383861789 140735383861789 140735383867343 0
/proc/21605/statm: 15202 11286 1120 1011 0 13969 0
Current children cumulated CPU time: 3561.49 s
Current children cumulated vsize: 209340 KiB
Current children cumulated memory: 118668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2541 s]*
/proc/loadavg: 4.23 4.51 5.04 5/253 21676
/proc/meminfo: memFree=129671656/131382116 swapFree=33010684/33010684
[pid=21318] ppid=21315 vsize=148532 memory=73524 CPUtime=2146.85 cores=4,6
/proc/21318/stat : 21318 (LSIPExact) S 21315 21318 21012 0 -1 4194304 29363 0 0 0 214680 5 0 0 20 0 1 0 33768837 152096768 18381 18446744073709551615 94051907117056 94051934373457 140733514873856 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94051942876296 94051943307904 94051965759488 140733514881370 140733514881546 140733514881546 140733514887148 0
/proc/21318/statm: 37133 18381 3552 6655 0 16470 0
[pid=21605] ppid=21318 vsize=61000 memory=45528 CPUtime=1453.24 cores=4,6
/proc/21605/stat : 21605 (Exact) R 21318 21605 21605 0 -1 4194304 90968 0 0 0 143883 1441 0 0 20 0 1 0 33877240 62464000 11382 18446744073709551615 4198400 8335837 140735383857152 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32604160 140735383861435 140735383861789 140735383861789 140735383867343 0
/proc/21605/statm: 15250 11382 1120 1011 0 14017 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 209532 KiB
Current children cumulated memory: 119052 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3585.64 s, system=14.4695 s

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

Child status: 0

Real time (s): 2541.02
CPU time (s): 3600.11
CPU user time (s): 3585.64
CPU system time (s): 14.4695
CPU usage (%): 141.68
Max. virtual memory (cumulated for all children) (KiB): 209532
Max. memory (cumulated for all children) (KiB): 119052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.64
system time used= 14.4695
maximum resident set size= 73652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120509
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= 344
involuntary context switches= 52829


# summary of solver processes directly reported to runsolver:
#   pid: 21318
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3585.64
#   total CPU system time (s): 14.4695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.32666 second user time and 18.3211 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 09:08:14
IDJOB=4509672
IDBENCH=158768
IDSOLVER=3337
FILE ID=nodeC010/4509672-1751180894
RUNJOBID= nodeC010-1751180806-21023
SLURM_JOB_ID= 9587551
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n258-d3-i1-r2.cnf.gz-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-4509672-1751180894/watcher-4509672-1751180894 -o /tmp/evaluation-result-4509672-1751180894/solver-4509672-1751180894 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21023 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4509672-1751180894.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 7056d5d7645a22d74bbe899777f3f6dc
RANDOM SEED=1364036961

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129858412 kB
MemAvailable:   129759696 kB
Buffers:            3280 kB
Cached:           712624 kB
SwapCached:            0 kB
Active:           532780 kB
Inactive:         421260 kB
Active(anon):     256096 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   421260 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             89080 kB
Writeback:             8 kB
AnonPages:        241260 kB
Mapped:           138972 kB
Shmem:             17960 kB
KReclaimable:      85936 kB
Slab:             164992 kB
SReclaimable:      85936 kB
SUnreclaim:        79056 kB
KernelStack:        4144 kB
PageTables:         3576 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     602728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432888 MiB
End job on nodeC010 at 2025-06-29 09:50:36