Trace number 4491527

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 1675.58 987.001

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM209c63ac31a13f6816f27826d17fc4ad
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 benchmark19.2254
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=11481, runsolver pid=11474

[startup+0.100063 s]*
/proc/loadavg: 0.09 0.09 0.09 6/264 11491
/proc/meminfo: memFree=130000804/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=116104 memory=81616 CPUtime=0.07 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 16302 0 0 0 4 3 0 0 20 0 1 0 29041718 118890496 20404 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 29026 20404 1184 6655 0 19261 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 116104 KiB
Current children cumulated memory: 81616 KiB

[startup+0.206946 s]*
/proc/loadavg: 0.09 0.09 0.09 8/264 11491
/proc/meminfo: memFree=129960236/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=158776 memory=124112 CPUtime=0.18 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 26970 0 0 0 12 6 0 0 20 0 1 0 29041718 162586624 31028 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 39694 31028 1184 6655 0 29929 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 158776 KiB
Current children cumulated memory: 124112 KiB

[startup+0.3057 s]*
/proc/loadavg: 0.09 0.09 0.09 7/264 11491
/proc/meminfo: memFree=129956456/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=162868 memory=128208 CPUtime=0.27 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 27999 0 0 0 21 6 0 0 20 0 1 0 29041718 166776832 32052 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 40717 32052 1184 6655 0 30952 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128208 KiB

[startup+0.700166 s]
/proc/loadavg: 0.09 0.09 0.09 7/264 11491
/proc/meminfo: memFree=129956456/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=162868 memory=128208 CPUtime=0.66 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 28000 0 0 0 60 6 0 0 20 0 1 0 29041718 166776832 32052 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 40717 32052 1184 6655 0 30952 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128208 KiB

[startup+1.50014 s]
/proc/loadavg: 0.40 0.16 0.11 6/264 11491
/proc/meminfo: memFree=129956156/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=162868 memory=128208 CPUtime=1.46 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 28000 0 0 0 140 6 0 0 20 0 1 0 29041718 166776832 32052 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 40717 32052 1184 6655 0 30952 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128208 KiB

[startup+3.10553 s]
/proc/loadavg: 0.40 0.16 0.11 6/264 11491
/proc/meminfo: memFree=129956476/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=162868 memory=128208 CPUtime=3.06 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 28006 0 0 0 300 6 0 0 20 0 1 0 29041718 166776832 32052 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 40717 32052 1184 6655 0 30952 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128208 KiB

[startup+6.30012 s]
/proc/loadavg: 0.69 0.22 0.13 6/264 11491
/proc/meminfo: memFree=129956728/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=162868 memory=128208 CPUtime=6.25 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 28012 0 0 0 619 6 0 0 20 0 1 0 29041718 166776832 32052 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 40717 32052 1184 6655 0 30952 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 162868 KiB
Current children cumulated memory: 128208 KiB

[startup+12.7001 s]
/proc/loadavg: 1.20 0.34 0.17 7/263 11503
/proc/meminfo: memFree=129553656/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=427348 memory=303848 CPUtime=12.63 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 64519 0 0 0 1250 13 0 0 20 0 2 0 29041718 437604352 75962 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 106837 75962 2816 6655 0 80720 0
[pid=11481/tid=11496] ppid=11474 vsize=427348 memory=303592 CPUtime=0 cores=4,6
/proc/11481/task/11496/stat : 11496 (LSIPExact) S 11474 11481 11416 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 29042746 437604352 75962 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 427348 KiB
Current children cumulated memory: 303848 KiB

[startup+25.5002 s]
/proc/loadavg: 2.02 0.54 0.24 6/262 11546
/proc/meminfo: memFree=129081540/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=749208 memory=669060 CPUtime=33.63 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 128851 0 0 0 3326 37 0 0 20 0 2 0 29041718 767188992 167265 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 187302 167265 2912 6655 0 171693 0
[pid=11481/tid=11496] ppid=11474 vsize=749208 memory=-6000919494214970222 CPUtime=8.28 cores=4,6
/proc/11481/task/11496/stat : 11496 (LSIPExact) R 11474 11481 11416 0 -1 4194368 18977 0 0 0 817 11 0 0 20 0 2 0 29042746 767188992 167265 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
Current children cumulated CPU time: 33.63 s
Current children cumulated vsize: 749208 KiB
Current children cumulated memory: 669060 KiB

[startup+51.1058 s]
/proc/loadavg: 3.79 1.11 0.44 5/261 11695
/proc/meminfo: memFree=129011880/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=693736 memory=586484 CPUtime=82.12 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 158233 0 0 0 8156 56 0 0 20 0 2 0 29041718 710385664 146621 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 173434 146621 2912 6655 0 163172 0
[pid=11481/tid=11496] ppid=11474 vsize=693736 memory=672132 CPUtime=31.66 cores=4,6
/proc/11481/task/11496/stat : 11496 (LSIPExact) S 11474 11481 11416 0 -1 4194368 28107 0 0 0 3152 14 0 0 20 0 2 0 29042746 710385664 146621 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
Current children cumulated CPU time: 82.12 s
Current children cumulated vsize: 693736 KiB
Current children cumulated memory: 586484 KiB

[startup+102.3 s]
/proc/loadavg: 5.95 2.09 0.81 10/270 11830
/proc/meminfo: memFree=128578920/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=877068 memory=803164 CPUtime=178.49 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 255217 0 0 0 17768 81 0 0 20 0 2 0 29041718 898117632 200791 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 219267 200791 3520 6655 0 207570 0
[pid=11481/tid=11496] ppid=11474 vsize=877068 memory=815032 CPUtime=77.44 cores=4,6
/proc/11481/task/11496/stat : 11496 (LSIPExact) R 11474 11481 11416 0 -1 4194368 68005 0 0 0 7719 25 0 0 20 0 2 0 29042746 898117632 200791 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
Current children cumulated CPU time: 178.49 s
Current children cumulated vsize: 877068 KiB
Current children cumulated memory: 803164 KiB

[startup+162.3 s]
/proc/loadavg: 7.30 3.18 1.26 10/270 11832
/proc/meminfo: memFree=128304128/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1099508 memory=981204 CPUtime=297.67 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 366527 0 0 0 29645 122 0 0 20 0 2 0 29041718 1125896192 245301 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 274877 245301 3520 6655 0 250840 0
[pid=11481/tid=11496] ppid=11474 vsize=1099508 memory=970524 CPUtime=136.85 cores=4,6
/proc/11481/task/11496/stat : 11496 (LSIPExact) R 11474 11481 11416 0 -1 4194368 117936 0 0 0 13627 58 0 0 20 0 2 0 29042746 1125896192 245301 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
Current children cumulated CPU time: 297.67 s
Current children cumulated vsize: 1099508 KiB
Current children cumulated memory: 981204 KiB

[startup+222.3 s]
/proc/loadavg: 8.23 4.18 1.73 10/270 11834
/proc/meminfo: memFree=128247604/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1106564 memory=1023360 CPUtime=415.19 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 425635 0 0 0 41368 151 0 0 20 0 2 0 29041718 1133121536 255840 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 276641 255840 3520 6655 0 260036 0
[pid=11481/tid=11496] ppid=11474 vsize=1106564 memory=1010268 CPUtime=194.67 cores=4,6
/proc/11481/task/11496/stat : 11496 (LSIPExact) R 11474 11481 11416 0 -1 4194368 145994 0 0 0 19383 84 0 0 20 0 2 0 29042746 1133121536 255840 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
Current children cumulated CPU time: 415.19 s
Current children cumulated vsize: 1106564 KiB
Current children cumulated memory: 1023360 KiB

[startup+282.3 s]
/proc/loadavg: 8.38 4.99 2.16 10/270 11836
/proc/meminfo: memFree=128040404/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1237636 memory=1169884 CPUtime=534.29 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 501361 0 0 0 53258 171 0 0 20 0 2 0 29041718 1267339264 292471 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 309409 292471 3520 6655 0 294636 0
[pid=11481/tid=11496] ppid=11474 vsize=1237636 memory=1169884 CPUtime=254.05 cores=4,6
/proc/11481/task/11496/stat : 11496 (LSIPExact) R 11474 11481 11416 0 -1 4194368 180602 0 0 0 25305 100 0 0 20 0 2 0 29042746 1267339264 292471 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
Current children cumulated CPU time: 534.29 s
Current children cumulated vsize: 1237636 KiB
Current children cumulated memory: 1169884 KiB

[startup+342.3 s]
/proc/loadavg: 8.18 5.55 2.54 10/268 11838
/proc/meminfo: memFree=128017744/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1237636 memory=1125360 CPUtime=653.36 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 519216 0 0 0 65163 173 0 0 20 0 2 0 29041718 1267339264 281340 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 309409 281340 3520 6655 0 296120 0
[pid=11481/tid=11496] ppid=11474 vsize=1237636 memory=1169884 CPUtime=313.38 cores=4,6
/proc/11481/task/11496/stat : 11496 (LSIPExact) R 11474 11481 11416 0 -1 4194368 195767 0 0 0 31237 101 0 0 20 0 2 0 29042746 1267339264 281340 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
Current children cumulated CPU time: 653.36 s
Current children cumulated vsize: 1237636 KiB
Current children cumulated memory: 1125360 KiB

[startup+402.3 s]

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

/proc/11481/stat : 11481 (LSIPExact) S 11474 11481 11416 0 -1 4194304 762732 0 0 0 141420 191 0 0 20 0 1 0 29041718 1044983808 245453 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 255123 245453 3584 6655 0 245085 0
[pid=11862] ppid=11481 vsize=260248 memory=246976 CPUtime=95.56 cores=4,6
/proc/11862/stat : 11862 (Exact) R 11481 11862 11862 0 -1 4194304 44114 0 0 0 9543 13 0 0 20 0 1 0 29114349 266493952 61744 18446744073709551615 4198400 8335837 140732581536496 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 27734016 140732581537979 140732581538333 140732581538333 140732581543887 0
/proc/11862/statm: 65062 61744 1088 1011 0 63829 0
Current children cumulated CPU time: 1511.67 s
Current children cumulated vsize: 1280740 KiB
Current children cumulated memory: 1228788 KiB

[startup+882.3 s]
/proc/loadavg: 5.52 6.64 4.62 6/268 11914
/proc/meminfo: memFree=126265572/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1020492 memory=981812 CPUtime=1416.11 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) S 11474 11481 11416 0 -1 4194304 762732 0 0 0 141420 191 0 0 20 0 1 0 29041718 1044983808 245453 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 255123 245453 3584 6655 0 245085 0
[pid=11862] ppid=11481 vsize=267560 memory=253248 CPUtime=155.27 cores=4,6
/proc/11862/stat : 11862 (Exact) R 11481 11862 11862 0 -1 4194304 45710 0 0 0 15512 15 0 0 20 0 1 0 29114349 273981440 63312 18446744073709551615 4198400 8335837 140732581536496 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 27734016 140732581537979 140732581538333 140732581538333 140732581543887 0
/proc/11862/statm: 66890 63312 1088 1011 0 65657 0
Current children cumulated CPU time: 1571.38 s
Current children cumulated vsize: 1288052 KiB
Current children cumulated memory: 1235060 KiB

[startup+942.3 s]
/proc/loadavg: 5.19 6.34 4.65 6/268 11916
/proc/meminfo: memFree=126532760/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1020492 memory=981812 CPUtime=1416.11 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) S 11474 11481 11416 0 -1 4194304 762732 0 0 0 141420 191 0 0 20 0 1 0 29041718 1044983808 245453 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 255123 245453 3584 6655 0 245085 0
[pid=11862] ppid=11481 vsize=267560 memory=253632 CPUtime=214.97 cores=4,6
/proc/11862/stat : 11862 (Exact) R 11481 11862 11862 0 -1 4194304 45804 0 0 0 21482 15 0 0 20 0 1 0 29114349 273981440 63408 18446744073709551615 4198400 8335837 140732581536496 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 27734016 140732581537979 140732581538333 140732581538333 140732581543887 0
/proc/11862/statm: 66890 63408 1088 1011 0 65657 0
Current children cumulated CPU time: 1631.08 s
Current children cumulated vsize: 1288052 KiB
Current children cumulated memory: 1235444 KiB

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

# cumulated CPU time of all completed processes:  user=1673.48 s, system=2.09953 s

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

[startup+947.2 s]
/proc/loadavg: 5.18 6.31 4.65 6/268 11916
/proc/meminfo: memFree=126532332/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1020492 memory=981812 CPUtime=1416.11 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) S 11474 11481 11416 0 -1 4194304 762732 0 0 0 141420 191 0 0 20 0 1 0 29041718 1044983808 245453 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 255123 245453 3584 6655 0 245085 0
[pid=11862] ppid=11481 vsize=267560 memory=253632 CPUtime=219.84 cores=4,6
/proc/11862/stat : 11862 (Exact) R 11481 11862 11862 0 -1 4194304 45804 0 0 0 21969 15 0 0 20 0 1 0 29114349 273981440 63408 18446744073709551615 4198400 8335837 140732581536496 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 27734016 140732581537979 140732581538333 140732581538333 140732581543887 0
/proc/11862/statm: 66890 63408 1088 1011 0 65657 0
Current children cumulated CPU time: 1635.95 s
Current children cumulated vsize: 1288052 KiB
Current children cumulated memory: 1235444 KiB

[startup+972.8 s]
/proc/loadavg: 5.17 6.22 4.66 6/267 11918
/proc/meminfo: memFree=126536248/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1020492 memory=981812 CPUtime=1416.11 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) S 11474 11481 11416 0 -1 4194304 762732 0 0 0 141420 191 0 0 20 0 1 0 29041718 1044983808 245453 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 255123 245453 3584 6655 0 245085 0
[pid=11862] ppid=11481 vsize=267560 memory=254144 CPUtime=245.32 cores=4,6
/proc/11862/stat : 11862 (Exact) R 11481 11862 11862 0 -1 4194304 45952 0 0 0 24517 15 0 0 20 0 1 0 29114349 273981440 63536 18446744073709551615 4198400 8335837 140732581536496 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 27734016 140732581537979 140732581538333 140732581538333 140732581543887 0
/proc/11862/statm: 66890 63536 1088 1011 0 65657 0
Current children cumulated CPU time: 1661.43 s
Current children cumulated vsize: 1288052 KiB
Current children cumulated memory: 1235956 KiB

[startup+979.2 s]
/proc/loadavg: 5.16 6.20 4.67 6/266 11963
/proc/meminfo: memFree=126497184/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1020492 memory=981812 CPUtime=1416.11 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) S 11474 11481 11416 0 -1 4194304 762732 0 0 0 141420 191 0 0 20 0 1 0 29041718 1044983808 245453 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 255123 245453 3584 6655 0 245085 0
[pid=11862] ppid=11481 vsize=267560 memory=254656 CPUtime=251.68 cores=4,6
/proc/11862/stat : 11862 (Exact) R 11481 11862 11862 0 -1 4194304 46086 0 0 0 25153 15 0 0 20 0 1 0 29114349 273981440 63664 18446744073709551615 4198400 8335837 140732581536496 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 27734016 140732581537979 140732581538333 140732581538333 140732581543887 0
/proc/11862/statm: 66890 63664 1088 1011 0 65657 0
Current children cumulated CPU time: 1667.79 s
Current children cumulated vsize: 1288052 KiB
Current children cumulated memory: 1236468 KiB

[startup+982.4 s]
/proc/loadavg: 5.15 6.18 4.67 6/266 11963
/proc/meminfo: memFree=126342028/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1020492 memory=981812 CPUtime=1416.11 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) S 11474 11481 11416 0 -1 4194304 762732 0 0 0 141420 191 0 0 20 0 1 0 29041718 1044983808 245453 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 255123 245453 3584 6655 0 245085 0
[pid=11862] ppid=11481 vsize=267560 memory=254656 CPUtime=254.87 cores=4,6
/proc/11862/stat : 11862 (Exact) R 11481 11862 11862 0 -1 4194304 46086 0 0 0 25472 15 0 0 20 0 1 0 29114349 273981440 63664 18446744073709551615 4198400 8335837 140732581536496 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 27734016 140732581537979 140732581538333 140732581538333 140732581543887 0
/proc/11862/statm: 66890 63664 1088 1011 0 65657 0
Current children cumulated CPU time: 1670.98 s
Current children cumulated vsize: 1288052 KiB
Current children cumulated memory: 1236468 KiB

[startup+984 s]*
/proc/loadavg: 5.15 6.18 4.67 6/266 11963
/proc/meminfo: memFree=126343176/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1020492 memory=981812 CPUtime=1416.11 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) S 11474 11481 11416 0 -1 4194304 762732 0 0 0 141420 191 0 0 20 0 1 0 29041718 1044983808 245453 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 255123 245453 3584 6655 0 245085 0
[pid=11862] ppid=11481 vsize=267560 memory=254656 CPUtime=256.46 cores=4,6
/proc/11862/stat : 11862 (Exact) R 11481 11862 11862 0 -1 4194304 46086 0 0 0 25631 15 0 0 20 0 1 0 29114349 273981440 63664 18446744073709551615 4198400 8335837 140732581536496 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 27734016 140732581537979 140732581538333 140732581538333 140732581543887 0
/proc/11862/statm: 66890 63664 1088 1011 0 65657 0
Current children cumulated CPU time: 1672.57 s
Current children cumulated vsize: 1288052 KiB
Current children cumulated memory: 1236468 KiB

[startup+985.6 s]
/proc/loadavg: 5.15 6.18 4.67 7/267 11964
/proc/meminfo: memFree=126287232/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1020492 memory=981812 CPUtime=1416.11 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) S 11474 11481 11416 0 -1 4194304 762732 0 0 0 141420 191 0 0 20 0 1 0 29041718 1044983808 245453 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 255123 245453 3584 6655 0 245085 0
[pid=11862] ppid=11481 vsize=267560 memory=254656 CPUtime=258.05 cores=4,6
/proc/11862/stat : 11862 (Exact) R 11481 11862 11862 0 -1 4194304 46086 0 0 0 25790 15 0 0 20 0 1 0 29114349 273981440 63664 18446744073709551615 4198400 8335837 140732581536496 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 27734016 140732581537979 140732581538333 140732581538333 140732581543887 0
/proc/11862/statm: 66890 63664 1088 1011 0 65657 0
Current children cumulated CPU time: 1674.16 s
Current children cumulated vsize: 1288052 KiB
Current children cumulated memory: 1236468 KiB

[startup+986.4 s]
/proc/loadavg: 5.15 6.18 4.67 7/267 11964
/proc/meminfo: memFree=126271104/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1020492 memory=981812 CPUtime=1416.11 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) S 11474 11481 11416 0 -1 4194304 762732 0 0 0 141420 191 0 0 20 0 1 0 29041718 1044983808 245453 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 255123 245453 3584 6655 0 245085 0
[pid=11862] ppid=11481 vsize=267560 memory=254656 CPUtime=258.85 cores=4,6
/proc/11862/stat : 11862 (Exact) R 11481 11862 11862 0 -1 4194304 46086 0 0 0 25870 15 0 0 20 0 1 0 29114349 273981440 63664 18446744073709551615 4198400 8335837 140732581536496 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 27734016 140732581537979 140732581538333 140732581538333 140732581543887 0
/proc/11862/statm: 66890 63664 1088 1011 0 65657 0
Current children cumulated CPU time: 1674.96 s
Current children cumulated vsize: 1288052 KiB
Current children cumulated memory: 1236468 KiB

[startup+986.8 s]
/proc/loadavg: 5.15 6.18 4.67 7/267 11964
/proc/meminfo: memFree=126271104/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1020492 memory=981812 CPUtime=1416.11 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) S 11474 11481 11416 0 -1 4194304 762732 0 0 0 141420 191 0 0 20 0 1 0 29041718 1044983808 245453 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 255123 245453 3584 6655 0 245085 0
[pid=11862] ppid=11481 vsize=267560 memory=254656 CPUtime=259.24 cores=4,6
/proc/11862/stat : 11862 (Exact) R 11481 11862 11862 0 -1 4194304 46086 0 0 0 25909 15 0 0 20 0 1 0 29114349 273981440 63664 18446744073709551615 4198400 8335837 140732581536496 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 27734016 140732581537979 140732581538333 140732581538333 140732581543887 0
/proc/11862/statm: 66890 63664 1088 1011 0 65657 0
Current children cumulated CPU time: 1675.35 s
Current children cumulated vsize: 1288052 KiB
Current children cumulated memory: 1236468 KiB

[startup+986.9 s]
/proc/loadavg: 5.15 6.18 4.67 7/267 11964
/proc/meminfo: memFree=126271104/131249996 swapFree=33010684/33010684
[pid=11481] ppid=11474 vsize=1020492 memory=981812 CPUtime=1675.45 cores=4,6
/proc/11481/stat : 11481 (LSIPExact) R 11474 11481 11416 0 -1 4194304 771533 46091 0 0 141423 191 25915 16 20 0 1 0 29041718 1044983808 245453 18446744073709551615 93859388149760 93859415406161 140722125018752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93859423909000 93859424340608 93859425562624 140722125027674 140722125027850 140722125027850 140722125033452 0
/proc/11481/statm: 255123 245453 3584 6655 0 245085 0
Current children cumulated CPU time: 1675.45 s
Current children cumulated vsize: 1020492 KiB
Current children cumulated memory: 981812 KiB

Child status: 0

Real time (s): 987.001
CPU time (s): 1675.58
CPU user time (s): 1673.48
CPU system time (s): 2.09953
CPU usage (%): 169.764
Max. virtual memory (cumulated for all children) (KiB): 1288052
Max. memory (cumulated for all children) (KiB): 1236468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1673.48
system time used= 2.09953
maximum resident set size= 1176820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 834025
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= 468
involuntary context switches= 37714


# summary of solver processes directly reported to runsolver:
#   pid: 11481
#   total CPU time (s): 1675.58
#   total CPU user time (s): 1673.48
#   total CPU system time (s): 2.09953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.93375 second user time and 4.47951 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-28 20:00:32
IDJOB=4491527
IDBENCH=147718
IDSOLVER=3336
FILE ID=nodeC029/4491527-1751133631
RUNJOBID= nodeC029-1751133631-11432
SLURM_JOB_ID= 9587429
Free space on /tmp= 433056 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491527-1751133631/watcher-4491527-1751133631 -o /tmp/evaluation-result-4491527-1751133631/solver-4491527-1751133631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751133631-11432 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4491527-1751133631.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 209c63ac31a13f6816f27826d17fc4ad
RANDOM SEED=130135792

nodeC029 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		: 3582.297
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.46
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.702
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.46
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130128920 kB
MemAvailable:   129838508 kB
Buffers:            3280 kB
Cached:           534220 kB
SwapCached:            0 kB
Active:           270880 kB
Inactive:         328908 kB
Active(anon):      80364 kB
Inactive(anon):        0 kB
Active(file):     190516 kB
Inactive(file):   328908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            186260 kB
Writeback:            12 kB
AnonPages:         65376 kB
Mapped:           102416 kB
Shmem:             18060 kB
KReclaimable:      58808 kB
Slab:             134432 kB
SReclaimable:      58808 kB
SUnreclaim:        75624 kB
KernelStack:        4016 kB
PageTables:         2764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432852 MiB
End job on nodeC029 at 2025-06-28 20:17:00