Trace number 4527130

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 1432.68 726.108

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n48-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUM0451cf7177d33df5f9e0d1f9623197fc
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.012217
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72
Total number of constraints192
Number of constraints which are clauses192
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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527130-1752234342/watcher-4527130-1752234342 -o /tmp/evaluation-result-4527130-1752234342/solver-4527130-1752234342 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1752232205-128451 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527130-1752234342.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=129357, runsolver pid=129354

[startup+0.100041 s]*
/proc/loadavg: 7.69 7.84 7.04 8/267 129358
/proc/meminfo: memFree=116043800/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=39772 memory=5248 CPUtime=0.09 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 301 0 0 0 9 0 0 0 20 0 1 0 139111777 40726528 1312 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+0.205762 s]*
/proc/loadavg: 7.69 7.84 7.04 8/267 129358
/proc/meminfo: memFree=116043800/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=39772 memory=5248 CPUtime=0.2 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 301 0 0 0 20 0 0 0 20 0 1 0 139111777 40726528 1312 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+0.305675 s]*
/proc/loadavg: 7.69 7.84 7.04 8/267 129358
/proc/meminfo: memFree=116043800/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=39772 memory=5248 CPUtime=0.3 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 301 0 0 0 30 0 0 0 20 0 1 0 139111777 40726528 1312 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+0.700162 s]
/proc/loadavg: 7.64 7.82 7.04 8/267 129358
/proc/meminfo: memFree=116043800/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=39772 memory=5248 CPUtime=0.68 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 301 0 0 0 68 0 0 0 20 0 1 0 139111777 40726528 1312 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+1.50017 s]
/proc/loadavg: 7.64 7.82 7.04 8/267 129358
/proc/meminfo: memFree=116043800/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=39772 memory=5248 CPUtime=1.48 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 301 0 0 0 148 0 0 0 20 0 1 0 139111777 40726528 1312 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+3.10557 s]
/proc/loadavg: 7.64 7.82 7.04 8/267 129358
/proc/meminfo: memFree=116043800/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=39772 memory=5248 CPUtime=3.08 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 301 0 0 0 308 0 0 0 20 0 1 0 139111777 40726528 1312 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+6.30016 s]
/proc/loadavg: 7.59 7.81 7.04 8/267 129358
/proc/meminfo: memFree=116056444/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=39772 memory=5248 CPUtime=6.27 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 301 0 0 0 627 0 0 0 20 0 1 0 139111777 40726528 1312 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 9943 1312 1152 6655 0 178 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5248 KiB

[startup+12.7002 s]
/proc/loadavg: 7.70 7.83 7.05 9/268 129360
/proc/meminfo: memFree=116053168/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=120100 memory=22968 CPUtime=15.31 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 2128 0 0 0 1531 0 0 0 20 0 2 0 139111777 122982400 5742 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 30025 5742 3456 6655 0 4226 0
[pid=129357/tid=129359] ppid=129354 vsize=120100 memory=6388 CPUtime=2.65 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 387 0 0 0 265 0 0 0 20 0 2 0 139112778 122982400 5742 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 15.31 s
Current children cumulated vsize: 120100 KiB
Current children cumulated memory: 22968 KiB

[startup+25.5002 s]
/proc/loadavg: 7.75 7.84 7.06 8/269 129361
/proc/meminfo: memFree=116033392/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=123148 memory=26680 CPUtime=40.6 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 6346 0 0 0 4059 1 0 0 20 0 2 0 139111777 126103552 6670 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 30787 6670 3456 6655 0 5033 0
[pid=129357/tid=129359] ppid=129354 vsize=123148 memory=23480 CPUtime=15.32 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 1259 0 0 0 1532 0 0 0 20 0 2 0 139112778 126103552 6670 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 40.6 s
Current children cumulated vsize: 123148 KiB
Current children cumulated memory: 26680 KiB

[startup+51.1054 s]
/proc/loadavg: 7.92 7.87 7.09 9/269 129361
/proc/meminfo: memFree=116028840/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=123148 memory=27064 CPUtime=91.5 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 6475 0 0 0 9149 1 0 0 20 0 2 0 139111777 126103552 6766 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 30787 6766 3456 6655 0 5128 0
[pid=129357/tid=129359] ppid=129354 vsize=123148 memory=22968 CPUtime=40.68 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 1370 0 0 0 4068 0 0 0 20 0 2 0 139112778 126103552 6766 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 91.5 s
Current children cumulated vsize: 123148 KiB
Current children cumulated memory: 27064 KiB

[startup+102.3 s]
/proc/loadavg: 8.03 7.91 7.15 9/269 129363
/proc/meminfo: memFree=115996052/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=123148 memory=27832 CPUtime=193.27 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 8904 0 0 0 19325 2 0 0 20 0 2 0 139111777 126103552 6958 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 30787 6958 3456 6655 0 5326 0
[pid=129357/tid=129359] ppid=129354 vsize=123148 memory=164 CPUtime=91.38 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 2829 0 0 0 9138 0 0 0 20 0 2 0 139112778 126103552 6958 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 193.27 s
Current children cumulated vsize: 123148 KiB
Current children cumulated memory: 27832 KiB

[startup+162.3 s]
/proc/loadavg: 8.06 7.94 7.21 9/268 129365
/proc/meminfo: memFree=115941872/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=123148 memory=28600 CPUtime=312.51 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 11834 0 0 0 31249 2 0 0 20 0 2 0 139111777 126103552 7150 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 30787 7150 3456 6655 0 5527 0
[pid=129357/tid=129359] ppid=129354 vsize=123148 memory=28344 CPUtime=150.8 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 4417 0 0 0 15079 1 0 0 20 0 2 0 139112778 126103552 7150 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 312.51 s
Current children cumulated vsize: 123148 KiB
Current children cumulated memory: 28600 KiB

[startup+222.3 s]
/proc/loadavg: 8.06 7.97 7.27 9/269 129369
/proc/meminfo: memFree=115901720/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=123148 memory=29368 CPUtime=431.78 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 12733 0 0 0 43175 3 0 0 20 0 2 0 139111777 126103552 7342 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 30787 7342 3456 6655 0 5632 0
[pid=129357/tid=129359] ppid=129354 vsize=123148 memory=28984 CPUtime=210.22 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 4890 0 0 0 21021 1 0 0 20 0 2 0 139112778 126103552 7342 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 431.78 s
Current children cumulated vsize: 123148 KiB
Current children cumulated memory: 29368 KiB

[startup+282.3 s]
/proc/loadavg: 8.11 8.01 7.33 9/269 129371
/proc/meminfo: memFree=115882444/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=123668 memory=30520 CPUtime=551.01 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 15612 0 0 0 55097 4 0 0 20 0 2 0 139111777 126636032 7630 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 30917 7630 3456 6655 0 5923 0
[pid=129357/tid=129359] ppid=129354 vsize=123668 memory=30264 CPUtime=269.65 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 5994 0 0 0 26963 2 0 0 20 0 2 0 139112778 126636032 7630 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 551.01 s
Current children cumulated vsize: 123668 KiB
Current children cumulated memory: 30520 KiB

[startup+342.3 s]
/proc/loadavg: 8.08 8.02 7.38 9/270 129381
/proc/meminfo: memFree=115861768/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=124152 memory=31544 CPUtime=670.21 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 16689 0 0 0 67017 4 0 0 20 0 2 0 139111777 127131648 7886 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 31038 7886 3456 6655 0 6172 0
[pid=129357/tid=129359] ppid=129354 vsize=124152 memory=30264 CPUtime=329.06 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 6606 0 0 0 32904 2 0 0 20 0 2 0 139112778 127131648 7886 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 670.21 s
Current children cumulated vsize: 124152 KiB
Current children cumulated memory: 31544 KiB

[startup+402.3 s]

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

/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 6912 0 0 0 38847 2 0 0 20 0 2 0 139112778 127131648 7982 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 789.43 s
Current children cumulated vsize: 124152 KiB
Current children cumulated memory: 31928 KiB

[startup+462.3 s]
/proc/loadavg: 8.11 8.05 7.47 9/270 129385
/proc/meminfo: memFree=115812152/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=126048 memory=34232 CPUtime=908.65 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 19495 0 0 0 90860 5 0 0 20 0 2 0 139111777 129073152 8558 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 31512 8558 3456 6655 0 6878 0
[pid=129357/tid=129359] ppid=129354 vsize=126048 memory=34232 CPUtime=447.92 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 7745 0 0 0 44789 3 0 0 20 0 2 0 139112778 129073152 8558 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 908.65 s
Current children cumulated vsize: 126048 KiB
Current children cumulated memory: 34232 KiB

[startup+522.3 s]
/proc/loadavg: 8.16 8.07 7.52 9/268 129387
/proc/meminfo: memFree=115799444/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=127096 memory=35896 CPUtime=1027.87 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 22205 0 0 0 102781 6 0 0 20 0 2 0 139111777 130146304 8974 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 31774 8974 3456 6655 0 7279 0
[pid=129357/tid=129359] ppid=129354 vsize=127096 memory=35896 CPUtime=507.35 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 9161 0 0 0 50732 3 0 0 20 0 2 0 139112778 130146304 8974 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 1027.87 s
Current children cumulated vsize: 127096 KiB
Current children cumulated memory: 35896 KiB

[startup+582.3 s]
/proc/loadavg: 8.12 8.07 7.56 9/268 129389
/proc/meminfo: memFree=115747336/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=127096 memory=36408 CPUtime=1147.07 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 23178 0 0 0 114701 6 0 0 20 0 2 0 139111777 130146304 9102 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 31774 9102 3456 6655 0 7412 0
[pid=129357/tid=129359] ppid=129354 vsize=127096 memory=14432 CPUtime=566.77 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 9735 0 0 0 56674 3 0 0 20 0 2 0 139112778 130146304 9102 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 1147.07 s
Current children cumulated vsize: 127096 KiB
Current children cumulated memory: 36408 KiB

[startup+642.3 s]
/proc/loadavg: 8.09 8.07 7.59 9/267 129391
/proc/meminfo: memFree=115678672/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=128772 memory=38328 CPUtime=1266.27 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 24257 0 0 0 126621 6 0 0 20 0 2 0 139111777 131862528 9582 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 32193 9582 3456 6655 0 7939 0
[pid=129357/tid=129359] ppid=129354 vsize=128772 memory=38200 CPUtime=626.18 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 10474 0 0 0 62615 3 0 0 20 0 2 0 139112778 131862528 9582 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 1266.27 s
Current children cumulated vsize: 128772 KiB
Current children cumulated memory: 38328 KiB

[startup+702.3 s]
/proc/loadavg: 8.07 8.07 7.63 9/267 129394
/proc/meminfo: memFree=115652532/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=128772 memory=39096 CPUtime=1385.5 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 24656 0 0 0 138543 7 0 0 20 0 2 0 139111777 131862528 9774 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 32193 9774 3456 6655 0 8071 0
[pid=129357/tid=129359] ppid=129354 vsize=128772 memory=38200 CPUtime=685.62 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 10716 0 0 0 68558 4 0 0 20 0 2 0 139112778 131862528 9774 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 1385.5 s
Current children cumulated vsize: 128772 KiB
Current children cumulated memory: 39096 KiB

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

# cumulated CPU time of all completed processes:  user=1432.59 s, system=0.088544 s

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

[startup+704 s]*
/proc/loadavg: 8.07 8.07 7.63 9/267 129394
/proc/meminfo: memFree=115652784/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=128772 memory=39096 CPUtime=1388.88 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 24670 0 0 0 138881 7 0 0 20 0 2 0 139111777 131862528 9774 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 32193 9774 3456 6655 0 8078 0
[pid=129357/tid=129359] ppid=129354 vsize=128772 memory=-7808294779730623607 CPUtime=687.31 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 10728 0 0 0 68727 4 0 0 20 0 2 0 139112778 131862528 9774 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 1388.88 s
Current children cumulated vsize: 128772 KiB
Current children cumulated memory: 39096 KiB

[startup+716.8 s]
/proc/loadavg: 8.05 8.06 7.64 9/267 129394
/proc/meminfo: memFree=115645536/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=128772 memory=39096 CPUtime=1414.31 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 24758 0 0 0 141424 7 0 0 20 0 2 0 139111777 131862528 9774 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 32193 9774 3456 6655 0 8086 0
[pid=129357/tid=129359] ppid=129354 vsize=128772 memory=39096 CPUtime=699.99 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 10765 0 0 0 69995 4 0 0 20 0 2 0 139112778 131862528 9774 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 1414.31 s
Current children cumulated vsize: 128772 KiB
Current children cumulated memory: 39096 KiB

[startup+720 s]*
/proc/loadavg: 8.05 8.06 7.64 9/267 129394
/proc/meminfo: memFree=115638228/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=128772 memory=39224 CPUtime=1420.67 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 24785 0 0 0 142060 7 0 0 20 0 2 0 139111777 131862528 9806 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 32193 9806 3456 6655 0 8102 0
[pid=129357/tid=129359] ppid=129354 vsize=128772 memory=6772 CPUtime=703.16 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 10780 0 0 0 70312 4 0 0 20 0 2 0 139112778 131862528 9806 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 1420.67 s
Current children cumulated vsize: 128772 KiB
Current children cumulated memory: 39224 KiB

[startup+723.2 s]
/proc/loadavg: 8.05 8.06 7.64 9/267 129395
/proc/meminfo: memFree=115633728/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=128772 memory=39224 CPUtime=1427.01 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 24798 0 0 0 142694 7 0 0 20 0 2 0 139111777 131862528 9806 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 32193 9806 3456 6655 0 8104 0
[pid=129357/tid=129359] ppid=129354 vsize=128772 memory=39096 CPUtime=706.31 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 10785 0 0 0 70627 4 0 0 20 0 2 0 139112778 131862528 9806 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 1427.01 s
Current children cumulated vsize: 128772 KiB
Current children cumulated memory: 39224 KiB

[startup+724.8 s]
/proc/loadavg: 8.05 8.06 7.64 9/267 129395
/proc/meminfo: memFree=115633980/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=128772 memory=39224 CPUtime=1430.19 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 26116 0 0 0 143012 7 0 0 20 0 2 0 139111777 131862528 9806 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 32193 9806 3456 6655 0 8104 0
[pid=129357/tid=129359] ppid=129354 vsize=128772 memory=39224 CPUtime=707.9 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 11059 0 0 0 70786 4 0 0 20 0 2 0 139112778 131862528 9806 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 1430.19 s
Current children cumulated vsize: 128772 KiB
Current children cumulated memory: 39224 KiB

[startup+725.6 s]
/proc/loadavg: 8.05 8.06 7.64 9/267 129395
/proc/meminfo: memFree=115633980/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=128772 memory=39224 CPUtime=1431.78 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 26294 0 0 0 143171 7 0 0 20 0 2 0 139111777 131862528 9806 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 32193 9806 3456 6655 0 8104 0
[pid=129357/tid=129359] ppid=129354 vsize=128772 memory=5632 CPUtime=708.69 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 11222 0 0 0 70865 4 0 0 20 0 2 0 139112778 131862528 9806 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 1431.78 s
Current children cumulated vsize: 128772 KiB
Current children cumulated memory: 39224 KiB

[startup+726 s]*
/proc/loadavg: 8.04 8.06 7.64 9/267 129395
/proc/meminfo: memFree=115634232/131250000 swapFree=33010160/33010684
[pid=129357] ppid=129354 vsize=128772 memory=39224 CPUtime=1432.58 cores=5,7
/proc/129357/stat : 129357 (LSIPExact) R 129354 129357 128431 0 -1 4194304 26305 0 0 0 143251 7 0 0 20 0 2 0 139111777 131862528 9806 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
/proc/129357/statm: 32193 9806 3456 6655 0 8104 0
[pid=129357/tid=129359] ppid=129354 vsize=128772 memory=-7808294779730623607 CPUtime=709.09 cores=5,7
/proc/129357/task/129359/stat : 129359 (LSIPExact) R 129354 129357 128431 0 -1 4194368 11227 0 0 0 70905 4 0 0 20 0 2 0 139112778 131862528 9806 18446744073709551615 94540084543488 94540111800657 140730792873696 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94540120302728 94540120734336 94540130996224 140730792880472 140730792880648 140730792880648 140730792886252 0
Current children cumulated CPU time: 1432.58 s
Current children cumulated vsize: 128772 KiB
Current children cumulated memory: 39224 KiB

Child status: 0

Real time (s): 726.108
CPU time (s): 1432.68
CPU user time (s): 1432.59
CPU system time (s): 0.088544
CPU usage (%): 197.309
Max. virtual memory (cumulated for all children) (KiB): 128772
Max. memory (cumulated for all children) (KiB): 39224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1432.59
system time used= 0.088544
maximum resident set size= 39352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29984
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= 322
involuntary context switches= 33819


# summary of solver processes directly reported to runsolver:
#   pid: 129357
#   total CPU time (s): 1432.68
#   total CPU user time (s): 1432.59
#   total CPU system time (s): 0.088544

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42731 second user time and 3.32655 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-11 13:45:42
IDJOB=4527130
IDBENCH=158730
IDSOLVER=3384
FILE ID=nodeC016/4527130-1752234342
RUNJOBID= nodeC016-1752232205-128451
SLURM_JOB_ID= 9682527
Free space on /tmp= 430496 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n48-d3-i1-f.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-4527130-1752234342/watcher-4527130-1752234342 -o /tmp/evaluation-result-4527130-1752234342/solver-4527130-1752234342 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1752232205-128451 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527130-1752234342.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 0451cf7177d33df5f9e0d1f9623197fc
RANDOM SEED=261742251

nodeC016 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.699
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.48
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.753
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.48
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		: 3601.140
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.48
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		: 3599.837
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.48
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		: 3600.235
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.48
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		: 3594.233
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.48
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.708
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.48
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		: 3599.744
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        116043344 kB
MemAvailable:   128307320 kB
Buffers:            2144 kB
Cached:         12976280 kB
SwapCached:           28 kB
Active:          2091852 kB
Inactive:       12291652 kB
Active(anon):    1421012 kB
Inactive(anon):     2112 kB
Active(file):     670840 kB
Inactive(file): 12289540 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44668 kB
Writeback:            52 kB
AnonPages:       1403504 kB
Mapped:           142500 kB
Shmem:             18044 kB
KReclaimable:     285668 kB
Slab:             383952 kB
SReclaimable:     285668 kB
SUnreclaim:        98284 kB
KernelStack:        4304 kB
PageTables:         5900 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1780544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430452 MiB
End job on nodeC016 at 2025-07-11 13:57:48