Trace number 4513898

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2? (TO) 3600.08 2546.02

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l060-r059-n1.opb
MD5SUMf51b92e6ea4641775f90070f7fcfd036
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 benchmark61.6644
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3282
Total number of constraints6986
Number of constraints which are clauses5892
Number of constraints which are cardinality constraints (but not clauses)1094
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

2141.82/1084.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2141.82/1084.01	c numVar: 3282
2141.82/1084.01	c numCon: 6986
2141.82/1084.01	c numEqual: 1094
2141.82/1084.01	c intSize: 3
2141.82/1084.01	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2141.82/1084.01	c ------------------- Paras list -------------------
2141.82/1084.01	c Name                	 Type      	 Now       	 Default   	 Comment
2141.82/1084.01	c timeout             	 double    	 3600.000000	 3600      	 
2141.82/1084.01	c mip_time            	 double    	 0.300000  	 0.5       	 
2141.82/1084.01	c ls_time             	 double    	 10.000000 	 10        	 
2141.82/1084.01	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2141.82/1084.01	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2141.82/1084.01	c random_seed         	 int       	 0         	 0         	 
2141.82/1084.01	c sample_size         	 int       	 50        	 50        	 
2141.82/1084.01	c sub_score           	 int       	 1         	 1         	 
2141.82/1084.01	c tabu_base           	 int       	 3         	 3         	 
2141.82/1084.01	c tabu_variation      	 int       	 1         	 1         	 
2141.82/1084.01	c sub_div             	 int       	 4         	 4         	 
2141.82/1084.01	c nbcore              	 int       	 2         	 1         	 
2141.82/1084.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2141.82/1084.01	c print_sol           	 int       	 1         	 1         	 
2141.82/1084.01	c tmpdir              	 string		 .         	 "."       	 
2141.82/1084.01	c home                	 string		 HOME	 "."       	 
2141.82/1084.01	c benchname           	 string		 HOME/instance-4513898-1751212227.opb	 ""        	 
2141.82/1084.01	c --------------------------------------------------
2141.82/1084.01	c Local Search solver
2141.82/1084.01	c MIP solver
2141.82/1084.01	c use Exact solver
3600.05/2546.01	c receive signal 15, try to interrupt solver...
3600.05/2546.01	c Exact solver (PID 28926) interrupted gracefully.
3600.05/2546.02	s UNKNOWN
3600.05/2546.02	c Total time: 2546

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513898-1751212227/watcher-4513898-1751212227 -o /tmp/evaluation-result-4513898-1751212227/solver-4513898-1751212227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751208587-27662 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4513898-1751212227.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=28810, runsolver pid=28807

[startup+0.100058 s]*
/proc/loadavg: 7.97 7.95 6.94 7/267 28811
/proc/meminfo: memFree=129222952/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=44484 memory=9984 CPUtime=0.09 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 1484 0 0 0 9 0 0 0 20 0 1 0 36899267 45551616 2496 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+0.205337 s]*
/proc/loadavg: 7.97 7.95 6.94 7/267 28811
/proc/meminfo: memFree=129223204/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=44484 memory=9984 CPUtime=0.2 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 1484 0 0 0 20 0 0 0 20 0 1 0 36899267 45551616 2496 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+0.304983 s]*
/proc/loadavg: 7.97 7.95 6.94 7/267 28811
/proc/meminfo: memFree=129223204/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=44484 memory=9984 CPUtime=0.3 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 1484 0 0 0 30 0 0 0 20 0 1 0 36899267 45551616 2496 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+0.700115 s]
/proc/loadavg: 7.97 7.95 6.94 7/267 28811
/proc/meminfo: memFree=129223204/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=44484 memory=9984 CPUtime=0.69 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 1484 0 0 0 69 0 0 0 20 0 1 0 36899267 45551616 2496 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+1.5001 s]
/proc/loadavg: 7.97 7.95 6.94 7/267 28811
/proc/meminfo: memFree=129223204/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=44484 memory=9984 CPUtime=1.49 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 1484 0 0 0 149 0 0 0 20 0 1 0 36899267 45551616 2496 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+3.10503 s]
/proc/loadavg: 7.81 7.92 6.94 7/267 28811
/proc/meminfo: memFree=129223740/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=44484 memory=9984 CPUtime=3.09 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 1484 0 0 0 309 0 0 0 20 0 1 0 36899267 45551616 2496 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+6.30011 s]
/proc/loadavg: 7.81 7.92 6.94 7/267 28811
/proc/meminfo: memFree=129220148/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=44484 memory=9984 CPUtime=6.28 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 1484 0 0 0 628 0 0 0 20 0 1 0 36899267 45551616 2496 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+12.7002 s]
/proc/loadavg: 7.69 7.89 6.94 8/268 28812
/proc/meminfo: memFree=129182852/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=142840 memory=48500 CPUtime=15.25 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 8697 0 0 0 1524 1 0 0 20 0 2 0 36899267 146268160 12125 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 35710 12125 3328 6655 0 11081 0
[pid=28810/tid=28812] ppid=28807 vsize=142840 memory=-6729051210486223200 CPUtime=2.58 cores=4,6
/proc/28810/task/28812/stat : 28812 (LSIPExact) R 28807 28810 27651 0 -1 4194368 1601 0 0 0 258 0 0 0 20 0 2 0 36900268 146268160 12125 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 142840 KiB
Current children cumulated memory: 48500 KiB

[startup+25.5001 s]
/proc/loadavg: 7.59 7.86 6.94 8/268 28812
/proc/meminfo: memFree=129163272/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=157504 memory=67060 CPUtime=40.7 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 25595 0 0 0 4067 3 0 0 20 0 2 0 36899267 161284096 16765 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 39376 16765 3392 6655 0 15497 0
[pid=28810/tid=28812] ppid=28807 vsize=157504 memory=63988 CPUtime=15.26 cores=4,6
/proc/28810/task/28812/stat : 28812 (LSIPExact) R 28807 28810 27651 0 -1 4194368 7391 0 0 0 1525 1 0 0 20 0 2 0 36900268 161284096 16765 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
Current children cumulated CPU time: 40.7 s
Current children cumulated vsize: 157504 KiB
Current children cumulated memory: 67060 KiB

[startup+51.1055 s]
/proc/loadavg: 7.38 7.79 6.94 8/268 28813
/proc/meminfo: memFree=129141092/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=157504 memory=67828 CPUtime=91.63 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 34231 0 0 0 9159 4 0 0 20 0 2 0 36899267 161284096 16957 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 39376 16957 3392 6655 0 15647 0
[pid=28810/tid=28812] ppid=28807 vsize=157504 memory=67700 CPUtime=40.65 cores=4,6
/proc/28810/task/28812/stat : 28812 (LSIPExact) R 28807 28810 27651 0 -1 4194368 11900 0 0 0 4063 2 0 0 20 0 2 0 36900268 161284096 16957 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
Current children cumulated CPU time: 91.63 s
Current children cumulated vsize: 157504 KiB
Current children cumulated memory: 67828 KiB

[startup+102.3 s]
/proc/loadavg: 7.28 7.69 6.96 8/267 28815
/proc/meminfo: memFree=129141860/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=157504 memory=68596 CPUtime=193.49 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 35283 0 0 0 19342 7 0 0 20 0 2 0 36899267 161284096 17149 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 39376 17149 3392 6655 0 15886 0
[pid=28810/tid=28812] ppid=28807 vsize=157504 memory=68596 CPUtime=91.42 cores=4,6
/proc/28810/task/28812/stat : 28812 (LSIPExact) R 28807 28810 27651 0 -1 4194368 12247 0 0 0 9138 4 0 0 20 0 2 0 36900268 161284096 17149 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
Current children cumulated CPU time: 193.49 s
Current children cumulated vsize: 157504 KiB
Current children cumulated memory: 68596 KiB

[startup+162.3 s]
/proc/loadavg: 7.16 7.57 6.97 8/266 28817
/proc/meminfo: memFree=129130488/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=157504 memory=70132 CPUtime=312.86 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 46180 0 0 0 31276 10 0 0 20 0 2 0 36899267 161284096 17533 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 39376 17533 3392 6655 0 16135 0
[pid=28810/tid=28812] ppid=28807 vsize=157504 memory=70004 CPUtime=150.95 cores=4,6
/proc/28810/task/28812/stat : 28812 (LSIPExact) R 28807 28810 27651 0 -1 4194368 17241 0 0 0 15087 8 0 0 20 0 2 0 36900268 161284096 17533 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
Current children cumulated CPU time: 312.86 s
Current children cumulated vsize: 157504 KiB
Current children cumulated memory: 70132 KiB

[startup+222.3 s]
/proc/loadavg: 7.10 7.48 6.98 8/267 28820
/proc/meminfo: memFree=129115320/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=157504 memory=74228 CPUtime=432.24 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 48475 0 0 0 43210 14 0 0 20 0 2 0 36899267 161284096 18557 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 39376 18557 3392 6655 0 17040 0
[pid=28810/tid=28812] ppid=28807 vsize=157504 memory=73204 CPUtime=210.45 cores=4,6
/proc/28810/task/28812/stat : 28812 (LSIPExact) R 28807 28810 27651 0 -1 4194368 18303 0 0 0 21034 11 0 0 20 0 2 0 36900268 161284096 18557 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
Current children cumulated CPU time: 432.24 s
Current children cumulated vsize: 157504 KiB
Current children cumulated memory: 74228 KiB

[startup+282.3 s]
/proc/loadavg: 7.07 7.41 6.99 8/267 28821
/proc/meminfo: memFree=129089820/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=157504 memory=75380 CPUtime=551.61 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 60089 0 0 0 55144 17 0 0 20 0 2 0 36899267 161284096 18845 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 39376 18845 3392 6655 0 17466 0
[pid=28810/tid=28812] ppid=28807 vsize=157504 memory=75252 CPUtime=269.96 cores=4,6
/proc/28810/task/28812/stat : 28812 (LSIPExact) R 28807 28810 27651 0 -1 4194368 24363 0 0 0 26982 14 0 0 20 0 2 0 36900268 161284096 18845 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
Current children cumulated CPU time: 551.61 s
Current children cumulated vsize: 157504 KiB
Current children cumulated memory: 75380 KiB

[startup+342.3 s]
/proc/loadavg: 7.02 7.33 7.00 8/268 28824
/proc/meminfo: memFree=129031888/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=167884 memory=86132 CPUtime=667.02 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) R 28807 28810 27651 0 -1 4194304 69339 0 0 0 66681 21 0 0 20 0 2 0 36899267 171913216 21533 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 41971 21533 3392 6655 0 20061 0
[pid=28810/tid=28812] ppid=28807 vsize=167884 memory=75764 CPUtime=329.49 cores=4,6
/proc/28810/task/28812/stat : 28812 (LSIPExact) R 28807 28810 27651 0 -1 4194368 26308 0 0 0 32933 16 0 0 20 0 2 0 36900268 171913216 21533 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
Current children cumulated CPU time: 667.02 s
Current children cumulated vsize: 167884 KiB
Current children cumulated memory: 86132 KiB

[startup+402.3 s]

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

/proc/loadavg: 6.09 5.79 6.00 7/267 29478
/proc/meminfo: memFree=128475608/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=174196 memory=105768 CPUtime=2141.84 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) S 28807 28810 27651 0 -1 4194304 77954 0 0 0 214128 56 0 0 20 0 1 0 36899267 178376704 26442 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 43549 26442 3424 6655 0 24729 0
[pid=28926] ppid=28810 vsize=125480 memory=102460 CPUtime=876.07 cores=4,6
/proc/28926/stat : 28926 (Exact) R 28810 28926 28926 0 -1 4194304 27668 0 0 0 87412 195 0 0 20 0 1 0 37007669 128491520 25615 18446744073709551615 4198400 8335837 140721271084208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20238336 140721271093435 140721271093789 140721271093789 140721271099343 0
/proc/28926/statm: 31370 25615 1120 1011 0 30137 0
Current children cumulated CPU time: 3017.91 s
Current children cumulated vsize: 299676 KiB
Current children cumulated memory: 208228 KiB

[startup+2022.3 s]
/proc/loadavg: 6.08 5.84 6.00 7/268 29481
/proc/meminfo: memFree=128484424/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=174196 memory=105768 CPUtime=2141.84 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) S 28807 28810 27651 0 -1 4194304 77954 0 0 0 214128 56 0 0 20 0 1 0 36899267 178376704 26442 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 43549 26442 3424 6655 0 24729 0
[pid=28926] ppid=28810 vsize=127608 memory=104636 CPUtime=935.93 cores=4,6
/proc/28926/stat : 28926 (Exact) R 28810 28926 28926 0 -1 4194304 28216 0 0 0 93383 210 0 0 20 0 1 0 37007669 130670592 26159 18446744073709551615 4198400 8335837 140721271084208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20238336 140721271093435 140721271093789 140721271093789 140721271099343 0
/proc/28926/statm: 31902 26159 1120 1011 0 30669 0
Current children cumulated CPU time: 3077.77 s
Current children cumulated vsize: 301804 KiB
Current children cumulated memory: 210404 KiB

[startup+2082.3 s]
/proc/loadavg: 6.10 5.89 6.00 7/268 29483
/proc/meminfo: memFree=128428292/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=174196 memory=105768 CPUtime=2141.84 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) S 28807 28810 27651 0 -1 4194304 77954 0 0 0 214128 56 0 0 20 0 1 0 36899267 178376704 26442 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 43549 26442 3424 6655 0 24729 0
[pid=28926] ppid=28810 vsize=128064 memory=105148 CPUtime=995.79 cores=4,6
/proc/28926/stat : 28926 (Exact) R 28810 28926 28926 0 -1 4194304 28330 0 0 0 99359 220 0 0 20 0 1 0 37007669 131137536 26287 18446744073709551615 4198400 8335837 140721271084208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20238336 140721271093435 140721271093789 140721271093789 140721271099343 0
/proc/28926/statm: 32016 26287 1120 1011 0 30783 0
Current children cumulated CPU time: 3137.63 s
Current children cumulated vsize: 302260 KiB
Current children cumulated memory: 210916 KiB

[startup+2142.3 s]
/proc/loadavg: 6.12 5.94 6.01 7/268 29485
/proc/meminfo: memFree=128425816/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=174196 memory=105768 CPUtime=2141.84 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) S 28807 28810 27651 0 -1 4194304 77954 0 0 0 214128 56 0 0 20 0 1 0 36899267 178376704 26442 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 43549 26442 3424 6655 0 24729 0
[pid=28926] ppid=28810 vsize=129068 memory=108108 CPUtime=1055.65 cores=4,6
/proc/28926/stat : 28926 (Exact) R 28810 28926 28926 0 -1 4194304 28582 0 0 0 105332 233 0 0 20 0 1 0 37007669 132165632 27027 18446744073709551615 4198400 8335837 140721271084208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20238336 140721271093435 140721271093789 140721271093789 140721271099343 0
/proc/28926/statm: 32267 27027 1120 1011 0 31034 0
Current children cumulated CPU time: 3197.49 s
Current children cumulated vsize: 303264 KiB
Current children cumulated memory: 213876 KiB

[startup+2202.3 s]
/proc/loadavg: 6.69 6.14 6.07 8/268 29533
/proc/meminfo: memFree=128473608/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=174196 memory=105768 CPUtime=2141.84 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) S 28807 28810 27651 0 -1 4194304 77954 0 0 0 214128 56 0 0 20 0 1 0 36899267 178376704 26442 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 43549 26442 3424 6655 0 24729 0
[pid=28926] ppid=28810 vsize=129444 memory=108492 CPUtime=1115.45 cores=4,6
/proc/28926/stat : 28926 (Exact) R 28810 28926 28926 0 -1 4194304 28676 0 0 0 111301 244 0 0 20 0 1 0 37007669 132550656 27123 18446744073709551615 4198400 8335837 140721271084208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20238336 140721271093435 140721271093789 140721271093789 140721271099343 0
/proc/28926/statm: 32361 27123 1120 1011 0 31128 0
Current children cumulated CPU time: 3257.29 s
Current children cumulated vsize: 303640 KiB
Current children cumulated memory: 214260 KiB

[startup+2262.3 s]
/proc/loadavg: 6.92 6.31 6.14 8/267 29535
/proc/meminfo: memFree=128478276/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=174196 memory=105768 CPUtime=2141.84 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) S 28807 28810 27651 0 -1 4194304 77954 0 0 0 214128 56 0 0 20 0 1 0 36899267 178376704 26442 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 43549 26442 3424 6655 0 24729 0
[pid=28926] ppid=28810 vsize=129896 memory=110996 CPUtime=1175.27 cores=4,6
/proc/28926/stat : 28926 (Exact) R 28810 28926 28926 0 -1 4194304 28790 0 0 0 117271 256 0 0 20 0 1 0 37007669 133013504 27749 18446744073709551615 4198400 8335837 140721271084208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20238336 140721271093435 140721271093789 140721271093789 140721271099343 0
/proc/28926/statm: 32474 27749 1120 1011 0 31241 0
Current children cumulated CPU time: 3317.11 s
Current children cumulated vsize: 304092 KiB
Current children cumulated memory: 216764 KiB

[startup+2322.3 s]
/proc/loadavg: 7.02 6.45 6.20 8/267 29544
/proc/meminfo: memFree=128449108/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=174196 memory=105768 CPUtime=2141.84 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) S 28807 28810 27651 0 -1 4194304 77954 0 0 0 214128 56 0 0 20 0 1 0 36899267 178376704 26442 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 43549 26442 3424 6655 0 24729 0
[pid=28926] ppid=28810 vsize=131308 memory=112404 CPUtime=1235.1 cores=4,6
/proc/28926/stat : 28926 (Exact) R 28810 28926 28926 0 -1 4194304 29143 0 0 0 123242 268 0 0 20 0 1 0 37007669 134459392 28101 18446744073709551615 4198400 8335837 140721271084208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20238336 140721271093435 140721271093789 140721271093789 140721271099343 0
/proc/28926/statm: 32827 28101 1120 1011 0 31594 0
Current children cumulated CPU time: 3376.94 s
Current children cumulated vsize: 305504 KiB
Current children cumulated memory: 218172 KiB

[startup+2382.3 s]
/proc/loadavg: 7.11 6.59 6.27 8/268 29547
/proc/meminfo: memFree=128450992/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=174196 memory=105768 CPUtime=2141.84 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) S 28807 28810 27651 0 -1 4194304 77954 0 0 0 214128 56 0 0 20 0 1 0 36899267 178376704 26442 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 43549 26442 3424 6655 0 24729 0
[pid=28926] ppid=28810 vsize=132652 memory=113940 CPUtime=1294.92 cores=4,6
/proc/28926/stat : 28926 (Exact) R 28810 28926 28926 0 -1 4194304 29533 0 0 0 129215 277 0 0 20 0 1 0 37007669 135835648 28485 18446744073709551615 4198400 8335837 140721271084208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20238336 140721271093435 140721271093789 140721271093789 140721271099343 0
/proc/28926/statm: 33163 28485 1120 1011 0 31930 0
Current children cumulated CPU time: 3436.76 s
Current children cumulated vsize: 306848 KiB
Current children cumulated memory: 219708 KiB

[startup+2442.3 s]
/proc/loadavg: 7.10 6.68 6.32 8/268 29549
/proc/meminfo: memFree=128441792/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=174196 memory=105768 CPUtime=2141.84 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) S 28807 28810 27651 0 -1 4194304 77954 0 0 0 214128 56 0 0 20 0 1 0 36899267 178376704 26442 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 43549 26442 3424 6655 0 24729 0
[pid=28926] ppid=28810 vsize=132976 memory=116140 CPUtime=1354.74 cores=4,6
/proc/28926/stat : 28926 (Exact) R 28810 28926 28926 0 -1 4194304 29604 0 0 0 135184 290 0 0 20 0 1 0 37007669 136167424 29035 18446744073709551615 4198400 8335837 140721271084208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20238336 140721271093435 140721271093789 140721271093789 140721271099343 0
/proc/28926/statm: 33244 29035 1120 1011 0 32011 0
Current children cumulated CPU time: 3496.58 s
Current children cumulated vsize: 307172 KiB
Current children cumulated memory: 221908 KiB

[startup+2502.3 s]
/proc/loadavg: 7.11 6.76 6.37 9/269 29552
/proc/meminfo: memFree=128425184/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=174196 memory=105768 CPUtime=2141.84 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) S 28807 28810 27651 0 -1 4194304 77954 0 0 0 214128 56 0 0 20 0 1 0 36899267 178376704 26442 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 43549 26442 3424 6655 0 24729 0
[pid=28926] ppid=28810 vsize=133552 memory=116780 CPUtime=1414.6 cores=4,6
/proc/28926/stat : 28926 (Exact) R 28810 28926 28926 0 -1 4194304 29754 0 0 0 141160 300 0 0 20 0 1 0 37007669 136757248 29195 18446744073709551615 4198400 8335837 140721271084208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20238336 140721271093435 140721271093789 140721271093789 140721271099343 0
/proc/28926/statm: 33388 29195 1120 1011 0 32155 0
Current children cumulated CPU time: 3556.44 s
Current children cumulated vsize: 307748 KiB
Current children cumulated memory: 222548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2546 s]*
/proc/loadavg: 7.06 6.79 6.40 8/269 29553
/proc/meminfo: memFree=128405140/131250000 swapFree=33010684/33010684
[pid=28810] ppid=28807 vsize=174196 memory=105768 CPUtime=2141.84 cores=4,6
/proc/28810/stat : 28810 (LSIPExact) S 28807 28810 27651 0 -1 4194304 77954 0 0 0 214128 56 0 0 20 0 1 0 36899267 178376704 26442 18446744073709551615 94225890680832 94225917937233 140736485900960 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94225926440072 94225926871680 94225957146624 140736485906778 140736485906954 140736485906954 140736485912556 0
/proc/28810/statm: 43549 26442 3424 6655 0 24729 0
[pid=28926] ppid=28810 vsize=134768 memory=117932 CPUtime=1458.21 cores=4,6
/proc/28926/stat : 28926 (Exact) R 28810 28926 28926 0 -1 4194304 30058 0 0 0 145514 307 0 0 20 0 1 0 37007669 138002432 29483 18446744073709551615 4198400 8335837 140721271084208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 20238336 140721271093435 140721271093789 140721271093789 140721271099343 0
/proc/28926/statm: 33692 29483 1120 1011 0 32459 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 308964 KiB
Current children cumulated memory: 223700 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3596.44 s, system=3.64211 s

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

Child status: 0

Real time (s): 2546.02
CPU time (s): 3600.08
CPU user time (s): 3596.44
CPU system time (s): 3.64211
CPU usage (%): 141.4
Max. virtual memory (cumulated for all children) (KiB): 308964
Max. memory (cumulated for all children) (KiB): 223700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.44
system time used= 3.64211
maximum resident set size= 124976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108891
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= 495
involuntary context switches= 21792


# summary of solver processes directly reported to runsolver:
#   pid: 28810
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3596.44
#   total CPU system time (s): 3.64211

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.32711 second user time and 9.92599 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 17:50:27
IDJOB=4513898
IDBENCH=162581
IDSOLVER=3337
FILE ID=nodeC014/4513898-1751212227
RUNJOBID= nodeC014-1751208587-27662
SLURM_JOB_ID= 9587642
Free space on /tmp= 432888 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l060-r059-n1.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513898-1751212227/watcher-4513898-1751212227 -o /tmp/evaluation-result-4513898-1751212227/solver-4513898-1751212227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751208587-27662 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4513898-1751212227.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= f51b92e6ea4641775f90070f7fcfd036
RANDOM SEED=157717857

nodeC014 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		: 3600.111
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	: 7000.23
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		: 3600.107
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	: 7000.23
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		: 3600.102
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	: 7000.23
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		: 3601.517
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	: 7000.23
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.461
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	: 7000.23
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		: 3600.126
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	: 7000.23
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.968
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	: 7000.23
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		: 3600.115
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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129224968 kB
MemAvailable:   129426836 kB
Buffers:            3280 kB
Cached:          1010856 kB
SwapCached:            0 kB
Active:           646244 kB
Inactive:         801388 kB
Active(anon):     451564 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   801388 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44828 kB
Writeback:             4 kB
AnonPages:        432744 kB
Mapped:           144028 kB
Shmem:             18068 kB
KReclaimable:      90076 kB
Slab:             176360 kB
SReclaimable:      90076 kB
SUnreclaim:        86284 kB
KernelStack:        4304 kB
PageTables:         3980 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     830896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432836 MiB
End job on nodeC014 at 2025-06-29 18:32:53