Trace number 4527057

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 2101.23 1403.5

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l050-r049-n1.cnf-extracted.pb.metafix.opb
MD5SUMbbbcfa0a64e8945cae78db4c3e84f0d8
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 benchmark7.63237
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2724
Total number of constraints6385
Number of constraints which are clauses3005
Number of constraints which are cardinality constraints (but not clauses)3380
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (59147 MiB free)
  memory of node 1: 64507 MiB (56122 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=116538, runsolver pid=116535

[startup+0.100058 s]*
/proc/loadavg: 6.09 6.67 6.89 6/266 116539
/proc/meminfo: memFree=118033052/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=44324 memory=9600 CPUtime=0.09 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 1421 0 0 0 9 0 0 0 20 0 1 0 139181594 45387776 2400 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+0.205616 s]*
/proc/loadavg: 6.09 6.67 6.89 6/266 116539
/proc/meminfo: memFree=118033052/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=44324 memory=9600 CPUtime=0.19 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 1421 0 0 0 19 0 0 0 20 0 1 0 139181594 45387776 2400 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+0.305449 s]*
/proc/loadavg: 6.09 6.67 6.89 6/266 116539
/proc/meminfo: memFree=118033052/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=44324 memory=9600 CPUtime=0.29 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 1421 0 0 0 29 0 0 0 20 0 1 0 139181594 45387776 2400 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+0.700147 s]
/proc/loadavg: 6.09 6.67 6.89 6/266 116539
/proc/meminfo: memFree=118033052/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=44324 memory=9600 CPUtime=0.68 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 1421 0 0 0 68 0 0 0 20 0 1 0 139181594 45387776 2400 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+1.50014 s]
/proc/loadavg: 6.09 6.67 6.89 6/266 116539
/proc/meminfo: memFree=118048952/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=44324 memory=9600 CPUtime=1.48 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 1421 0 0 0 148 0 0 0 20 0 1 0 139181594 45387776 2400 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+3.10524 s]
/proc/loadavg: 6.00 6.64 6.88 6/266 116539
/proc/meminfo: memFree=118061236/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=44324 memory=9600 CPUtime=3.08 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 1421 0 0 0 308 0 0 0 20 0 1 0 139181594 45387776 2400 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+6.30013 s]
/proc/loadavg: 6.00 6.64 6.88 6/266 116540
/proc/meminfo: memFree=118087384/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=44324 memory=9600 CPUtime=6.27 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 1421 0 0 0 627 0 0 0 20 0 1 0 139181594 45387776 2400 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+12.7002 s]
/proc/loadavg: 5.92 6.61 6.87 7/267 116541
/proc/meminfo: memFree=118123216/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=147980 memory=53108 CPUtime=15.26 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 9882 0 0 0 1525 1 0 0 20 0 2 0 139181594 151531520 13277 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 36995 13277 3328 6655 0 12178 0
[pid=116538/tid=116541] ppid=116535 vsize=147980 memory=51188 CPUtime=2.61 cores=1,3
/proc/116538/task/116541/stat : 116541 (LSIPExact) R 116535 116538 115813 0 -1 4194368 1381 0 0 0 261 0 0 0 20 0 2 0 139182595 151531520 13277 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
Current children cumulated CPU time: 15.26 s
Current children cumulated vsize: 147980 KiB
Current children cumulated memory: 53108 KiB

[startup+25.5002 s]
/proc/loadavg: 6.02 6.60 6.86 7/267 116541
/proc/meminfo: memFree=118122608/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=151896 memory=60660 CPUtime=40.72 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 26212 0 0 0 4069 3 0 0 20 0 2 0 139181594 155541504 15165 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 37974 15165 3360 6655 0 13836 0
[pid=116538/tid=116541] ppid=116535 vsize=151896 memory=60532 CPUtime=15.28 cores=1,3
/proc/116538/task/116541/stat : 116541 (LSIPExact) R 116535 116538 115813 0 -1 4194368 6480 0 0 0 1528 0 0 0 20 0 2 0 139182595 155541504 15165 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
Current children cumulated CPU time: 40.72 s
Current children cumulated vsize: 151896 KiB
Current children cumulated memory: 60660 KiB

[startup+51.1054 s]
/proc/loadavg: 6.01 6.55 6.84 7/267 116541
/proc/meminfo: memFree=118112812/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=151896 memory=61172 CPUtime=91.65 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 30485 0 0 0 9162 3 0 0 20 0 2 0 139181594 155541504 15293 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 37974 15293 3360 6655 0 13959 0
[pid=116538/tid=116541] ppid=116535 vsize=151896 memory=21504 CPUtime=40.66 cores=1,3
/proc/116538/task/116541/stat : 116541 (LSIPExact) R 116535 116538 115813 0 -1 4194368 8599 0 0 0 4066 0 0 0 20 0 2 0 139182595 155541504 15293 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
Current children cumulated CPU time: 91.65 s
Current children cumulated vsize: 151896 KiB
Current children cumulated memory: 61172 KiB

[startup+102.3 s]
/proc/loadavg: 6.05 6.48 6.80 7/267 116543
/proc/meminfo: memFree=118065472/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=151896 memory=61684 CPUtime=193.49 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 37994 0 0 0 19345 4 0 0 20 0 2 0 139181594 155541504 15421 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 37974 15421 3360 6655 0 14125 0
[pid=116538/tid=116541] ppid=116535 vsize=151896 memory=61428 CPUtime=91.42 cores=1,3
/proc/116538/task/116541/stat : 116541 (LSIPExact) R 116535 116538 115813 0 -1 4194368 12154 0 0 0 9142 0 0 0 20 0 2 0 139182595 155541504 15421 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
Current children cumulated CPU time: 193.49 s
Current children cumulated vsize: 151896 KiB
Current children cumulated memory: 61684 KiB

[startup+162.3 s]
/proc/loadavg: 5.61 6.29 6.71 6/266 116546
/proc/meminfo: memFree=117995200/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=151896 memory=62196 CPUtime=312.82 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 38968 0 0 0 31278 4 0 0 20 0 2 0 139181594 155541504 15549 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 37974 15549 3360 6655 0 14201 0
[pid=116538/tid=116541] ppid=116535 vsize=151896 memory=61684 CPUtime=150.91 cores=1,3
/proc/116538/task/116541/stat : 116541 (LSIPExact) R 116535 116538 115813 0 -1 4194368 12655 0 0 0 15090 1 0 0 20 0 2 0 139182595 155541504 15549 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
Current children cumulated CPU time: 312.82 s
Current children cumulated vsize: 151896 KiB
Current children cumulated memory: 62196 KiB

[startup+222.3 s]
/proc/loadavg: 5.28 6.07 6.61 6/265 116593
/proc/meminfo: memFree=120995628/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=151896 memory=63348 CPUtime=432.15 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 48503 0 0 0 43210 5 0 0 20 0 2 0 139181594 155541504 15837 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 37974 15837 3360 6655 0 14378 0
[pid=116538/tid=116541] ppid=116535 vsize=151896 memory=14384 CPUtime=210.39 cores=1,3
/proc/116538/task/116541/stat : 116541 (LSIPExact) R 116535 116538 115813 0 -1 4194368 17152 0 0 0 21038 1 0 0 20 0 2 0 139182595 155541504 15837 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
Current children cumulated CPU time: 432.15 s
Current children cumulated vsize: 151896 KiB
Current children cumulated memory: 63348 KiB

[startup+282.3 s]
/proc/loadavg: 5.78 6.07 6.57 7/266 116607
/proc/meminfo: memFree=120880484/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=151896 memory=63604 CPUtime=551.47 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 48786 0 0 0 55142 5 0 0 20 0 2 0 139181594 155541504 15901 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 37974 15901 3360 6655 0 14403 0
[pid=116538/tid=116541] ppid=116535 vsize=151896 memory=14384 CPUtime=269.88 cores=1,3
/proc/116538/task/116541/stat : 116541 (LSIPExact) R 116535 116538 115813 0 -1 4194368 17306 0 0 0 26987 1 0 0 20 0 2 0 139182595 155541504 15901 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
Current children cumulated CPU time: 551.47 s
Current children cumulated vsize: 151896 KiB
Current children cumulated memory: 63604 KiB

[startup+342.3 s]
/proc/loadavg: 5.88 6.05 6.53 7/266 116609
/proc/meminfo: memFree=120852608/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=160840 memory=76916 CPUtime=664.16 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) R 116535 116538 115813 0 -1 4194304 61792 0 0 0 66409 7 0 0 20 0 2 0 139181594 164700160 19229 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 40210 19229 3360 6655 0 17813 0
[pid=116538/tid=116541] ppid=116535 vsize=160840 memory=67188 CPUtime=329.32 cores=1,3
/proc/116538/task/116541/stat : 116541 (LSIPExact) R 116535 116538 115813 0 -1 4194368 20907 0 0 0 32930 2 0 0 20 0 2 0 139182595 164700160 19229 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
Current children cumulated CPU time: 664.16 s
Current children cumulated vsize: 160840 KiB
Current children cumulated memory: 76916 KiB

[startup+402.3 s]

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

/proc/116630/stat : 116630 (Exact) R 116538 116630 116630 0 -1 4194304 24336 0 0 0 39434 96 0 0 20 0 1 0 139254196 92368896 21155 18446744073709551615 4198400 8335837 140735405628944 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38387712 140735405631673 140735405632027 140735405632027 140735405637583 0
/proc/116630/statm: 22551 21155 1120 1011 0 21318 0
Current children cumulated CPU time: 1820.7 s
Current children cumulated vsize: 255888 KiB
Current children cumulated memory: 164168 KiB

[startup+1182.3 s]
/proc/loadavg: 4.10 4.76 5.64 5/269 116657
/proc/meminfo: memFree=120511228/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=165684 memory=79548 CPUtime=1425.4 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) S 116535 116538 115813 0 -1 4194304 80981 0 0 0 142529 11 0 0 20 0 1 0 139181594 169660416 19887 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 41421 19887 3392 6655 0 22911 0
[pid=116630] ppid=116538 vsize=116212 memory=91556 CPUtime=455.15 cores=1,3
/proc/116630/stat : 116630 (Exact) R 116538 116630 116630 0 -1 4194304 25468 0 0 0 45405 110 0 0 20 0 1 0 139254196 119001088 22889 18446744073709551615 4198400 8335837 140735405628944 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38387712 140735405631673 140735405632027 140735405632027 140735405637583 0
/proc/116630/statm: 29053 22889 1120 1011 0 27820 0
Current children cumulated CPU time: 1880.55 s
Current children cumulated vsize: 281896 KiB
Current children cumulated memory: 171104 KiB

[startup+1242.3 s]
/proc/loadavg: 4.14 4.65 5.54 5/269 116659
/proc/meminfo: memFree=120491148/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=165684 memory=79548 CPUtime=1425.4 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) S 116535 116538 115813 0 -1 4194304 80981 0 0 0 142529 11 0 0 20 0 1 0 139181594 169660416 19887 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 41421 19887 3392 6655 0 22911 0
[pid=116630] ppid=116538 vsize=119112 memory=94500 CPUtime=515 cores=1,3
/proc/116630/stat : 116630 (Exact) R 116538 116630 116630 0 -1 4194304 26195 0 0 0 51377 123 0 0 20 0 1 0 139254196 121970688 23625 18446744073709551615 4198400 8335837 140735405628944 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38387712 140735405631673 140735405632027 140735405632027 140735405637583 0
/proc/116630/statm: 29778 23625 1120 1011 0 28545 0
Current children cumulated CPU time: 1940.4 s
Current children cumulated vsize: 284796 KiB
Current children cumulated memory: 174048 KiB

[startup+1302.3 s]
/proc/loadavg: 4.42 4.62 5.48 5/269 116661
/proc/meminfo: memFree=120484436/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=165684 memory=79548 CPUtime=1425.4 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) S 116535 116538 115813 0 -1 4194304 80981 0 0 0 142529 11 0 0 20 0 1 0 139181594 169660416 19887 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 41421 19887 3392 6655 0 22911 0
[pid=116630] ppid=116538 vsize=121224 memory=96548 CPUtime=574.86 cores=1,3
/proc/116630/stat : 116630 (Exact) R 116538 116630 116630 0 -1 4194304 26739 0 0 0 57350 136 0 0 20 0 1 0 139254196 124133376 24137 18446744073709551615 4198400 8335837 140735405628944 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38387712 140735405631673 140735405632027 140735405632027 140735405637583 0
/proc/116630/statm: 30306 24137 1120 1011 0 29073 0
Current children cumulated CPU time: 2000.26 s
Current children cumulated vsize: 286908 KiB
Current children cumulated memory: 176096 KiB

[startup+1362.3 s]
/proc/loadavg: 4.27 4.54 5.39 5/267 116663
/proc/meminfo: memFree=120456864/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=165684 memory=82748 CPUtime=1425.4 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) S 116535 116538 115813 0 -1 4194304 80981 0 0 0 142529 11 0 0 20 0 1 0 139181594 169660416 20687 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 41421 20687 3392 6655 0 22911 0
[pid=116630] ppid=116538 vsize=123672 memory=101136 CPUtime=634.72 cores=1,3
/proc/116630/stat : 116630 (Exact) R 116538 116630 116630 0 -1 4194304 27367 0 0 0 63324 148 0 0 20 0 1 0 139254196 126640128 25284 18446744073709551615 4198400 8335837 140735405628944 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38387712 140735405631673 140735405632027 140735405632027 140735405637583 0
/proc/116630/statm: 30918 25284 1120 1011 0 29685 0
Current children cumulated CPU time: 2060.12 s
Current children cumulated vsize: 289356 KiB
Current children cumulated memory: 183884 KiB

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

# cumulated CPU time of all completed processes:  user=2099.54 s, system=1.69242 s

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

[startup+1382.4 s]
/proc/loadavg: 4.19 4.50 5.36 5/267 116663
/proc/meminfo: memFree=120464356/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=165684 memory=82748 CPUtime=1425.4 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) S 116535 116538 115813 0 -1 4194304 80981 0 0 0 142529 11 0 0 20 0 1 0 139181594 169660416 20687 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 41421 20687 3392 6655 0 22911 0
[pid=116630] ppid=116538 vsize=125760 memory=103184 CPUtime=654.76 cores=1,3
/proc/116630/stat : 116630 (Exact) R 116538 116630 116630 0 -1 4194304 27875 0 0 0 65325 151 0 0 20 0 1 0 139254196 128778240 25796 18446744073709551615 4198400 8335837 140735405628944 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38387712 140735405631673 140735405632027 140735405632027 140735405637583 0
/proc/116630/statm: 31440 25796 1120 1011 0 30207 0
Current children cumulated CPU time: 2080.16 s
Current children cumulated vsize: 291444 KiB
Current children cumulated memory: 185932 KiB

[startup+1395.2 s]
/proc/loadavg: 4.15 4.48 5.34 5/267 116663
/proc/meminfo: memFree=120460016/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=165684 memory=82748 CPUtime=1425.4 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) S 116535 116538 115813 0 -1 4194304 80981 0 0 0 142529 11 0 0 20 0 1 0 139181594 169660416 20687 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 41421 20687 3392 6655 0 22911 0
[pid=116630] ppid=116538 vsize=127264 memory=112856 CPUtime=667.54 cores=1,3
/proc/116630/stat : 116630 (Exact) R 116538 116630 116630 0 -1 4194304 28255 0 0 0 66599 155 0 0 20 0 1 0 139254196 130318336 28214 18446744073709551615 4198400 8335837 140735405628944 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38387712 140735405631673 140735405632027 140735405632027 140735405637583 0
/proc/116630/statm: 31816 28214 1120 1011 0 30583 0
Current children cumulated CPU time: 2092.94 s
Current children cumulated vsize: 292948 KiB
Current children cumulated memory: 195604 KiB

[startup+1398.4 s]
/proc/loadavg: 4.14 4.47 5.33 5/267 116663
/proc/meminfo: memFree=120460016/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=165684 memory=82748 CPUtime=1425.4 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) S 116535 116538 115813 0 -1 4194304 80981 0 0 0 142529 11 0 0 20 0 1 0 139181594 169660416 20687 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 41421 20687 3392 6655 0 22911 0
[pid=116630] ppid=116538 vsize=127264 memory=112856 CPUtime=670.72 cores=1,3
/proc/116630/stat : 116630 (Exact) R 116538 116630 116630 0 -1 4194304 28255 0 0 0 66917 155 0 0 20 0 1 0 139254196 130318336 28214 18446744073709551615 4198400 8335837 140735405628944 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38387712 140735405631673 140735405632027 140735405632027 140735405637583 0
/proc/116630/statm: 31816 28214 1120 1011 0 30583 0
Current children cumulated CPU time: 2096.12 s
Current children cumulated vsize: 292948 KiB
Current children cumulated memory: 195604 KiB

[startup+1401.6 s]
/proc/loadavg: 4.14 4.47 5.33 5/267 116663
/proc/meminfo: memFree=120460016/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=165684 memory=82748 CPUtime=1425.4 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) S 116535 116538 115813 0 -1 4194304 80981 0 0 0 142529 11 0 0 20 0 1 0 139181594 169660416 20687 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 41421 20687 3392 6655 0 22911 0
[pid=116630] ppid=116538 vsize=127264 memory=112856 CPUtime=673.92 cores=1,3
/proc/116630/stat : 116630 (Exact) R 116538 116630 116630 0 -1 4194304 28255 0 0 0 67236 156 0 0 20 0 1 0 139254196 130318336 28214 18446744073709551615 4198400 8335837 140735405628944 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38387712 140735405631673 140735405632027 140735405632027 140735405637583 0
/proc/116630/statm: 31816 28214 1120 1011 0 30583 0
Current children cumulated CPU time: 2099.32 s
Current children cumulated vsize: 292948 KiB
Current children cumulated memory: 195604 KiB

[startup+1402.4 s]
/proc/loadavg: 4.14 4.47 5.33 5/267 116663
/proc/meminfo: memFree=120460016/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=165684 memory=82748 CPUtime=1425.4 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) S 116535 116538 115813 0 -1 4194304 80981 0 0 0 142529 11 0 0 20 0 1 0 139181594 169660416 20687 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 41421 20687 3392 6655 0 22911 0
[pid=116630] ppid=116538 vsize=127264 memory=112856 CPUtime=674.71 cores=1,3
/proc/116630/stat : 116630 (Exact) R 116538 116630 116630 0 -1 4194304 28255 0 0 0 67315 156 0 0 20 0 1 0 139254196 130318336 28214 18446744073709551615 4198400 8335837 140735405628944 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38387712 140735405631673 140735405632027 140735405632027 140735405637583 0
/proc/116630/statm: 31816 28214 1120 1011 0 30583 0
Current children cumulated CPU time: 2100.11 s
Current children cumulated vsize: 292948 KiB
Current children cumulated memory: 195604 KiB

[startup+1403.2 s]
/proc/loadavg: 4.21 4.48 5.33 5/267 116663
/proc/meminfo: memFree=120460016/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=165684 memory=82748 CPUtime=1425.4 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) S 116535 116538 115813 0 -1 4194304 80981 0 0 0 142529 11 0 0 20 0 1 0 139181594 169660416 20687 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 41421 20687 3392 6655 0 22911 0
[pid=116630] ppid=116538 vsize=127264 memory=112856 CPUtime=675.51 cores=1,3
/proc/116630/stat : 116630 (Exact) R 116538 116630 116630 0 -1 4194304 28255 0 0 0 67395 156 0 0 20 0 1 0 139254196 130318336 28214 18446744073709551615 4198400 8335837 140735405628944 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38387712 140735405631673 140735405632027 140735405632027 140735405637583 0
/proc/116630/statm: 31816 28214 1120 1011 0 30583 0
Current children cumulated CPU time: 2100.91 s
Current children cumulated vsize: 292948 KiB
Current children cumulated memory: 195604 KiB

[startup+1403.4 s]
/proc/loadavg: 4.21 4.48 5.33 5/267 116663
/proc/meminfo: memFree=120460016/131249996 swapFree=33010416/33010684
[pid=116538] ppid=116535 vsize=165684 memory=82748 CPUtime=1425.4 cores=1,3
/proc/116538/stat : 116538 (LSIPExact) S 116535 116538 115813 0 -1 4194304 80981 0 0 0 142529 11 0 0 20 0 1 0 139181594 169660416 20687 18446744073709551615 94406865117184 94406892374353 140733011735520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94406900876424 94406901308032 94406908174336 140733011741016 140733011741192 140733011741192 140733011746796 0
/proc/116538/statm: 41421 20687 3392 6655 0 22911 0
[pid=116630] ppid=116538 vsize=127264 memory=112856 CPUtime=675.72 cores=1,3
/proc/116630/stat : 116630 (Exact) R 116538 116630 116630 0 -1 4194304 28255 0 0 0 67415 157 0 0 20 0 1 0 139254196 130318336 28214 18446744073709551615 4198400 8335837 140735405628944 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38387712 140735405631673 140735405632027 140735405632027 140735405637583 0
/proc/116630/statm: 31816 28214 1120 1011 0 30583 0
Current children cumulated CPU time: 2101.12 s
Current children cumulated vsize: 292948 KiB
Current children cumulated memory: 195604 KiB

Child status: 0

Real time (s): 1403.5
CPU time (s): 2101.23
CPU user time (s): 2099.54
CPU system time (s): 1.69242
CPU usage (%): 149.714
Max. virtual memory (cumulated for all children) (KiB): 292948
Max. memory (cumulated for all children) (KiB): 195604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2099.54
system time used= 1.69242
maximum resident set size= 118936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109887
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= 335
involuntary context switches= 10148


# summary of solver processes directly reported to runsolver:
#   pid: 116538
#   total CPU time (s): 2101.23
#   total CPU user time (s): 2099.54
#   total CPU system time (s): 1.69242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.73027 second user time and 6.25293 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-11 13:57:18
IDJOB=4527057
IDBENCH=160406
IDSOLVER=3384
FILE ID=nodeC022/4527057-1752235038
RUNJOBID= nodeC022-1752232205-115832
SLURM_JOB_ID= 9682533
Free space on /tmp= 432152 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l050-r049-n1.cnf-extracted.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-4527057-1752235038/watcher-4527057-1752235038 -o /tmp/evaluation-result-4527057-1752235038/solver-4527057-1752235038 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1752232205-115832 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527057-1752235038.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= bbbcfa0a64e8945cae78db4c3e84f0d8
RANDOM SEED=133869697

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118036616 kB
MemAvailable:   126062724 kB
Buffers:            2128 kB
Cached:          8774772 kB
SwapCached:           32 kB
Active:          4201524 kB
Inactive:        8117964 kB
Active(anon):    3558492 kB
Inactive(anon):     2124 kB
Active(file):     643032 kB
Inactive(file):  8115840 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44848 kB
Writeback:             0 kB
AnonPages:       3545688 kB
Mapped:           151888 kB
Shmem:             18028 kB
KReclaimable:     212552 kB
Slab:             306224 kB
SReclaimable:     212552 kB
SUnreclaim:        93672 kB
KernelStack:        4288 kB
PageTables:        10592 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4266528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1759232 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432112 MiB
End job on nodeC022 at 2025-07-11 14:20:42