Trace number 4513934

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 S2UNSAT 2225.24 1164.82

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l045-r044-n1.opb
MD5SUMb9564511887892a7d25b0d6be869bead
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 benchmark2.69735
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2484
Total number of constraints5292
Number of constraints which are clauses4464
Number of constraints which are cardinality constraints (but not clauses)828
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

2144.63/1084.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2144.63/1084.01	c numVar: 2484
2144.63/1084.01	c numCon: 5292
2144.63/1084.01	c numEqual: 828
2144.63/1084.01	c intSize: 3
2144.63/1084.01	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2144.63/1084.01	c ------------------- Paras list -------------------
2144.63/1084.01	c Name                	 Type      	 Now       	 Default   	 Comment
2144.63/1084.01	c timeout             	 double    	 3600.000000	 3600      	 
2144.63/1084.01	c mip_time            	 double    	 0.300000  	 0.5       	 
2144.63/1084.01	c ls_time             	 double    	 10.000000 	 10        	 
2144.63/1084.01	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2144.63/1084.01	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2144.63/1084.01	c random_seed         	 int       	 0         	 0         	 
2144.63/1084.01	c sample_size         	 int       	 50        	 50        	 
2144.63/1084.01	c sub_score           	 int       	 1         	 1         	 
2144.63/1084.01	c tabu_base           	 int       	 3         	 3         	 
2144.63/1084.01	c tabu_variation      	 int       	 1         	 1         	 
2144.63/1084.01	c sub_div             	 int       	 4         	 4         	 
2144.63/1084.01	c nbcore              	 int       	 2         	 1         	 
2144.63/1084.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2144.63/1084.01	c print_sol           	 int       	 1         	 1         	 
2144.63/1084.01	c tmpdir              	 string		 .         	 "."       	 
2144.63/1084.01	c home                	 string		 HOME	 "."       	 
2144.63/1084.01	c benchname           	 string		 HOME/instance-4513934-1751212789.opb	 ""        	 
2144.63/1084.01	c --------------------------------------------------
2144.63/1084.01	c Local Search solver
2144.63/1084.01	c MIP solver
2144.63/1084.01	c use Exact solver
2225.18/1164.81	c Exact infeasible
2225.18/1164.81	s UNSATISFIABLE
2225.18/1164.81	c Total time: 1165

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100057 s]*
/proc/loadavg: 6.86 7.16 6.99 7/268 28886
/proc/meminfo: memFree=129057968/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=43300 memory=8960 CPUtime=0.09 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 1190 0 0 0 9 0 0 0 20 0 1 0 36955555 44339200 2240 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 10825 2240 1216 6655 0 1060 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 43300 KiB
Current children cumulated memory: 8960 KiB

[startup+0.205511 s]*
/proc/loadavg: 6.86 7.16 6.99 7/268 28886
/proc/meminfo: memFree=129057968/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=43300 memory=8960 CPUtime=0.2 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 1190 0 0 0 20 0 0 0 20 0 1 0 36955555 44339200 2240 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 10825 2240 1216 6655 0 1060 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 43300 KiB
Current children cumulated memory: 8960 KiB

[startup+0.305471 s]*
/proc/loadavg: 6.86 7.16 6.99 7/268 28886
/proc/meminfo: memFree=129058460/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=43300 memory=8960 CPUtime=0.3 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 1190 0 0 0 30 0 0 0 20 0 1 0 36955555 44339200 2240 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 10825 2240 1216 6655 0 1060 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 43300 KiB
Current children cumulated memory: 8960 KiB

[startup+0.700133 s]
/proc/loadavg: 6.86 7.16 6.99 7/268 28886
/proc/meminfo: memFree=129058460/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=43300 memory=8960 CPUtime=0.68 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 1190 0 0 0 68 0 0 0 20 0 1 0 36955555 44339200 2240 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 10825 2240 1216 6655 0 1060 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 43300 KiB
Current children cumulated memory: 8960 KiB

[startup+1.50011 s]
/proc/loadavg: 6.86 7.16 6.99 7/268 28886
/proc/meminfo: memFree=129058460/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=43300 memory=8960 CPUtime=1.48 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 1190 0 0 0 148 0 0 0 20 0 1 0 36955555 44339200 2240 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 10825 2240 1216 6655 0 1060 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 43300 KiB
Current children cumulated memory: 8960 KiB

[startup+3.10527 s]
/proc/loadavg: 6.86 7.16 6.99 7/268 28886
/proc/meminfo: memFree=129044024/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=43300 memory=8960 CPUtime=3.08 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 1190 0 0 0 308 0 0 0 20 0 1 0 36955555 44339200 2240 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 10825 2240 1216 6655 0 1060 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 43300 KiB
Current children cumulated memory: 8960 KiB

[startup+6.3001 s]
/proc/loadavg: 6.87 7.16 6.99 7/268 28886
/proc/meminfo: memFree=129055140/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=43300 memory=8960 CPUtime=6.27 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 1190 0 0 0 627 0 0 0 20 0 1 0 36955555 44339200 2240 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 10825 2240 1216 6655 0 1060 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 43300 KiB
Current children cumulated memory: 8960 KiB

[startup+12.7001 s]
/proc/loadavg: 6.80 7.14 6.99 8/269 28887
/proc/meminfo: memFree=129036492/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=135620 memory=41116 CPUtime=15.26 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 6728 0 0 0 1525 1 0 0 20 0 2 0 36955555 138874880 10279 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 33905 10279 3456 6655 0 8895 0
[pid=28885/tid=28887] ppid=28882 vsize=135620 memory=6512 CPUtime=2.59 cores=5,7
/proc/28885/task/28887/stat : 28887 (LSIPExact) R 28882 28885 27651 0 -1 4194368 1187 0 0 0 259 0 0 0 20 0 2 0 36956556 138874880 10279 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
Current children cumulated CPU time: 15.26 s
Current children cumulated vsize: 135620 KiB
Current children cumulated memory: 41116 KiB

[startup+25.5001 s]
/proc/loadavg: 6.85 7.13 6.99 8/269 28887
/proc/meminfo: memFree=129026436/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=148212 memory=57628 CPUtime=40.72 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 20649 0 0 0 4070 2 0 0 20 0 2 0 36955555 151769088 14407 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 37053 14407 3520 6655 0 12786 0
[pid=28885/tid=28887] ppid=28882 vsize=148212 memory=54556 CPUtime=15.27 cores=5,7
/proc/28885/task/28887/stat : 28887 (LSIPExact) R 28882 28885 27651 0 -1 4194368 5730 0 0 0 1527 0 0 0 20 0 2 0 36956556 151769088 14407 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
Current children cumulated CPU time: 40.72 s
Current children cumulated vsize: 148212 KiB
Current children cumulated memory: 57628 KiB

[startup+51.1053 s]
/proc/loadavg: 6.98 7.13 7.00 8/268 28888
/proc/meminfo: memFree=129028508/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=148212 memory=58012 CPUtime=91.66 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 24020 0 0 0 9164 2 0 0 20 0 2 0 36955555 151769088 14503 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 37053 14503 3520 6655 0 12867 0
[pid=28885/tid=28887] ppid=28882 vsize=148212 memory=58012 CPUtime=40.67 cores=5,7
/proc/28885/task/28887/stat : 28887 (LSIPExact) R 28882 28885 27651 0 -1 4194368 7535 0 0 0 4066 1 0 0 20 0 2 0 36956556 151769088 14503 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
Current children cumulated CPU time: 91.66 s
Current children cumulated vsize: 148212 KiB
Current children cumulated memory: 58012 KiB

[startup+102.3 s]
/proc/loadavg: 7.07 7.13 7.00 8/268 28901
/proc/meminfo: memFree=129030156/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=148212 memory=58652 CPUtime=193.51 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 31848 0 0 0 19348 3 0 0 20 0 2 0 36955555 151769088 14663 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 37053 14663 3520 6655 0 13028 0
[pid=28885/tid=28887] ppid=28882 vsize=148212 memory=17920 CPUtime=91.43 cores=5,7
/proc/28885/task/28887/stat : 28887 (LSIPExact) R 28882 28885 27651 0 -1 4194368 11064 0 0 0 9142 1 0 0 20 0 2 0 36956556 151769088 14663 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
Current children cumulated CPU time: 193.51 s
Current children cumulated vsize: 148212 KiB
Current children cumulated memory: 58652 KiB

[startup+162.3 s]
/proc/loadavg: 6.59 6.99 6.97 7/269 28905
/proc/meminfo: memFree=129010592/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=151884 memory=63388 CPUtime=311.62 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 41778 0 0 0 31158 4 0 0 20 0 2 0 36955555 155529216 15847 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 37971 15847 3520 6655 0 14077 0
[pid=28885/tid=28887] ppid=28882 vsize=151884 memory=61852 CPUtime=149.68 cores=5,7
/proc/28885/task/28887/stat : 28887 (LSIPExact) R 28882 28885 27651 0 -1 4194368 13700 0 0 0 14966 2 0 0 20 0 2 0 36956556 155529216 15847 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
Current children cumulated CPU time: 311.62 s
Current children cumulated vsize: 151884 KiB
Current children cumulated memory: 63388 KiB

[startup+222.3 s]
/proc/loadavg: 6.33 6.84 6.91 7/268 28908
/proc/meminfo: memFree=128994648/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=159416 memory=70812 CPUtime=430.8 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 53532 0 0 0 43075 5 0 0 20 0 2 0 36955555 163241984 17703 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 39854 17703 3520 6655 0 15960 0
[pid=28885/tid=28887] ppid=28882 vsize=159416 memory=63388 CPUtime=209.03 cores=5,7
/proc/28885/task/28887/stat : 28887 (LSIPExact) R 28882 28885 27651 0 -1 4194368 16156 0 0 0 20901 2 0 0 20 0 2 0 36956556 163241984 17703 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
Current children cumulated CPU time: 430.8 s
Current children cumulated vsize: 159416 KiB
Current children cumulated memory: 70812 KiB

[startup+282.3 s]
/proc/loadavg: 6.18 6.70 6.86 7/268 28910
/proc/meminfo: memFree=128954732/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=159416 memory=71452 CPUtime=550.16 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 53900 0 0 0 55010 6 0 0 20 0 2 0 36955555 163241984 17863 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 39854 17863 3520 6655 0 16128 0
[pid=28885/tid=28887] ppid=28882 vsize=159416 memory=71452 CPUtime=268.5 cores=5,7
/proc/28885/task/28887/stat : 28887 (LSIPExact) R 28882 28885 27651 0 -1 4194368 16516 0 0 0 26848 2 0 0 20 0 2 0 36956556 163241984 17863 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
Current children cumulated CPU time: 550.16 s
Current children cumulated vsize: 159416 KiB
Current children cumulated memory: 71452 KiB

[startup+342.3 s]
/proc/loadavg: 6.11 6.59 6.81 7/268 28912
/proc/meminfo: memFree=128958884/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=159416 memory=72220 CPUtime=669.5 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 59602 0 0 0 66943 7 0 0 20 0 2 0 36955555 163241984 18055 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 39854 18055 3520 6655 0 16574 0
[pid=28885/tid=28887] ppid=28882 vsize=159416 memory=71452 CPUtime=327.98 cores=5,7
/proc/28885/task/28887/stat : 28887 (LSIPExact) R 28882 28885 27651 0 -1 4194368 19103 0 0 0 32795 3 0 0 20 0 2 0 36956556 163241984 18055 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
Current children cumulated CPU time: 669.5 s
Current children cumulated vsize: 159416 KiB
Current children cumulated memory: 72220 KiB


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

/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 69118 0 0 0 186260 9 0 0 20 0 2 0 36955555 167366656 20291 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 40861 20291 3520 6655 0 18813 0
[pid=28885/tid=28887] ppid=28882 vsize=163444 memory=14248 CPUtime=922.5 cores=5,7
/proc/28885/task/28887/stat : 28887 (LSIPExact) R 28882 28885 27651 0 -1 4194368 24754 0 0 0 92245 5 0 0 20 0 2 0 36956556 167366656 20291 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
Current children cumulated CPU time: 1862.69 s
Current children cumulated vsize: 163444 KiB
Current children cumulated memory: 81164 KiB

[startup+1002.3 s]
/proc/loadavg: 5.60 5.53 6.09 7/266 29176
/proc/meminfo: memFree=129151128/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=163444 memory=84236 CPUtime=1982.06 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 69767 0 0 0 198197 9 0 0 20 0 2 0 36955555 167366656 21059 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 40861 21059 3520 6655 0 19426 0
[pid=28885/tid=28887] ppid=28882 vsize=163444 memory=84236 CPUtime=981.99 cores=5,7
/proc/28885/task/28887/stat : 28887 (LSIPExact) R 28882 28885 27651 0 -1 4194368 25399 0 0 0 98193 6 0 0 20 0 2 0 36956556 167366656 21059 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
Current children cumulated CPU time: 1982.06 s
Current children cumulated vsize: 163444 KiB
Current children cumulated memory: 84236 KiB

[startup+1062.3 s]
/proc/loadavg: 5.52 5.52 6.06 7/267 29319
/proc/meminfo: memFree=129122932/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=163444 memory=84236 CPUtime=2101.45 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) R 28882 28885 27651 0 -1 4194304 70345 0 0 0 210136 9 0 0 20 0 2 0 36955555 167366656 21059 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 40861 21059 3520 6655 0 19426 0
[pid=28885/tid=28887] ppid=28882 vsize=163444 memory=17920 CPUtime=1041.49 cores=5,7
/proc/28885/task/28887/stat : 28887 (LSIPExact) R 28882 28885 27651 0 -1 4194368 25950 0 0 0 104143 6 0 0 20 0 2 0 36956556 167366656 21059 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
Current children cumulated CPU time: 2101.45 s
Current children cumulated vsize: 163444 KiB
Current children cumulated memory: 84236 KiB

[startup+1122.3 s]
/proc/loadavg: 5.30 5.48 6.01 6/268 29422
/proc/meminfo: memFree=128832640/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=163444 memory=82448 CPUtime=2144.65 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) S 28882 28885 27651 0 -1 4194304 70378 0 0 0 214456 9 0 0 20 0 1 0 36955555 167366656 20612 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 40861 20612 3552 6655 0 19426 0
[pid=29337] ppid=28885 vsize=48884 memory=39220 CPUtime=38.15 cores=5,7
/proc/29337/stat : 29337 (Exact) R 28885 29337 29337 0 -1 4194304 6938 0 0 0 3801 14 0 0 20 0 1 0 37063957 50057216 9805 18446744073709551615 4198400 8335837 140732568573984 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38023168 140732568582331 140732568582685 140732568582685 140732568588239 0
/proc/29337/statm: 12221 9805 1120 1011 0 10988 0
Current children cumulated CPU time: 2182.8 s
Current children cumulated vsize: 212328 KiB
Current children cumulated memory: 121668 KiB

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

# cumulated CPU time of all completed processes:  user=2224.84 s, system=0.390756 s

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

[startup+1126.4 s]
/proc/loadavg: 5.36 5.49 6.01 6/268 29422
/proc/meminfo: memFree=128824844/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=163444 memory=82448 CPUtime=2144.65 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) S 28882 28885 27651 0 -1 4194304 70378 0 0 0 214456 9 0 0 20 0 1 0 36955555 167366656 20612 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 40861 20612 3552 6655 0 19426 0
[pid=29337] ppid=28885 vsize=49736 memory=41940 CPUtime=42.25 cores=5,7
/proc/29337/stat : 29337 (Exact) R 28885 29337 29337 0 -1 4194304 7125 0 0 0 4209 16 0 0 20 0 1 0 37063957 50929664 10485 18446744073709551615 4198400 8335837 140732568573984 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38023168 140732568582331 140732568582685 140732568582685 140732568588239 0
/proc/29337/statm: 12434 10485 1120 1011 0 11201 0
Current children cumulated CPU time: 2186.9 s
Current children cumulated vsize: 213180 KiB
Current children cumulated memory: 124388 KiB

[startup+1152 s]*
/proc/loadavg: 5.24 5.45 5.98 6/268 29423
/proc/meminfo: memFree=128805840/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=163444 memory=82448 CPUtime=2144.65 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) S 28882 28885 27651 0 -1 4194304 70378 0 0 0 214456 9 0 0 20 0 1 0 36955555 167366656 20612 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 40861 20612 3552 6655 0 19426 0
[pid=29337] ppid=28885 vsize=53300 memory=45328 CPUtime=67.78 cores=5,7
/proc/29337/stat : 29337 (Exact) R 28885 29337 29337 0 -1 4194304 9239 0 0 0 6754 24 0 0 20 0 1 0 37063957 54579200 11332 18446744073709551615 4198400 8335837 140732568573984 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38023168 140732568582331 140732568582685 140732568582685 140732568588239 0
/proc/29337/statm: 13325 11332 1120 1011 0 12092 0
Current children cumulated CPU time: 2212.43 s
Current children cumulated vsize: 216744 KiB
Current children cumulated memory: 127776 KiB

[startup+1158.4 s]
/proc/loadavg: 5.22 5.44 5.97 6/268 29424
/proc/meminfo: memFree=128831760/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=163444 memory=82448 CPUtime=2144.65 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) S 28882 28885 27651 0 -1 4194304 70378 0 0 0 214456 9 0 0 20 0 1 0 36955555 167366656 20612 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 40861 20612 3552 6655 0 19426 0
[pid=29337] ppid=28885 vsize=53684 memory=45692 CPUtime=74.16 cores=5,7
/proc/29337/stat : 29337 (Exact) R 28885 29337 29337 0 -1 4194304 10830 0 0 0 7389 27 0 0 20 0 1 0 37063957 54972416 11423 18446744073709551615 4198400 8335837 140732568573984 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38023168 140732568582331 140732568582685 140732568582685 140732568588239 0
/proc/29337/statm: 13421 11423 1120 1011 0 12188 0
Current children cumulated CPU time: 2218.81 s
Current children cumulated vsize: 217128 KiB
Current children cumulated memory: 128140 KiB

[startup+1161.6 s]
/proc/loadavg: 5.20 5.43 5.97 6/268 29424
/proc/meminfo: memFree=128827596/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=163444 memory=82448 CPUtime=2144.65 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) S 28882 28885 27651 0 -1 4194304 70378 0 0 0 214456 9 0 0 20 0 1 0 36955555 167366656 20612 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 40861 20612 3552 6655 0 19426 0
[pid=29337] ppid=28885 vsize=53828 memory=48024 CPUtime=77.34 cores=5,7
/proc/29337/stat : 29337 (Exact) R 28885 29337 29337 0 -1 4194304 11391 0 0 0 7707 27 0 0 20 0 1 0 37063957 55119872 12006 18446744073709551615 4198400 8335837 140732568573984 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38023168 140732568582331 140732568582685 140732568582685 140732568588239 0
/proc/29337/statm: 13457 12006 1120 1011 0 12224 0
Current children cumulated CPU time: 2221.99 s
Current children cumulated vsize: 217272 KiB
Current children cumulated memory: 130472 KiB

[startup+1163.2 s]
/proc/loadavg: 5.20 5.43 5.97 6/268 29424
/proc/meminfo: memFree=128826164/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=163444 memory=82448 CPUtime=2144.65 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) S 28882 28885 27651 0 -1 4194304 70378 0 0 0 214456 9 0 0 20 0 1 0 36955555 167366656 20612 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 40861 20612 3552 6655 0 19426 0
[pid=29337] ppid=28885 vsize=68948 memory=52436 CPUtime=78.94 cores=5,7
/proc/29337/stat : 29337 (Exact) R 28885 29337 29337 0 -1 4194304 12200 0 0 0 7866 28 0 0 20 0 1 0 37063957 70602752 13109 18446744073709551615 4198400 8335837 140732568573984 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38023168 140732568582331 140732568582685 140732568582685 140732568588239 0
/proc/29337/statm: 17237 13109 1120 1011 0 16004 0
Current children cumulated CPU time: 2223.59 s
Current children cumulated vsize: 232392 KiB
Current children cumulated memory: 134884 KiB

[startup+1164 s]*
/proc/loadavg: 5.18 5.43 5.96 6/268 29424
/proc/meminfo: memFree=128809780/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=163444 memory=82448 CPUtime=2144.65 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) S 28882 28885 27651 0 -1 4194304 70378 0 0 0 214456 9 0 0 20 0 1 0 36955555 167366656 20612 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 40861 20612 3552 6655 0 19426 0
[pid=29337] ppid=28885 vsize=68948 memory=52436 CPUtime=79.74 cores=5,7
/proc/29337/stat : 29337 (Exact) R 28885 29337 29337 0 -1 4194304 12200 0 0 0 7946 28 0 0 20 0 1 0 37063957 70602752 13109 18446744073709551615 4198400 8335837 140732568573984 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38023168 140732568582331 140732568582685 140732568582685 140732568588239 0
/proc/29337/statm: 17237 13109 1120 1011 0 16004 0
Current children cumulated CPU time: 2224.39 s
Current children cumulated vsize: 232392 KiB
Current children cumulated memory: 134884 KiB

[startup+1164.4 s]
/proc/loadavg: 5.18 5.43 5.96 6/268 29424
/proc/meminfo: memFree=128809780/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=163444 memory=82448 CPUtime=2144.65 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) S 28882 28885 27651 0 -1 4194304 70378 0 0 0 214456 9 0 0 20 0 1 0 36955555 167366656 20612 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 40861 20612 3552 6655 0 19426 0
[pid=29337] ppid=28885 vsize=68948 memory=52436 CPUtime=80.13 cores=5,7
/proc/29337/stat : 29337 (Exact) R 28885 29337 29337 0 -1 4194304 12200 0 0 0 7985 28 0 0 20 0 1 0 37063957 70602752 13109 18446744073709551615 4198400 8335837 140732568573984 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38023168 140732568582331 140732568582685 140732568582685 140732568588239 0
/proc/29337/statm: 17237 13109 1120 1011 0 16004 0
Current children cumulated CPU time: 2224.78 s
Current children cumulated vsize: 232392 KiB
Current children cumulated memory: 134884 KiB

[startup+1164.8 s]
/proc/loadavg: 5.18 5.43 5.96 6/268 29424
/proc/meminfo: memFree=128809780/131250000 swapFree=33010684/33010684
[pid=28885] ppid=28882 vsize=163444 memory=82448 CPUtime=2144.65 cores=5,7
/proc/28885/stat : 28885 (LSIPExact) S 28882 28885 27651 0 -1 4194304 70378 0 0 0 214456 9 0 0 20 0 1 0 36955555 167366656 20612 18446744073709551615 93854856994816 93854884251217 140734854562624 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93854892754056 93854893185664 93854895132672 140734854564186 140734854564362 140734854564362 140734854569964 0
/proc/28885/statm: 40861 20612 3552 6655 0 19426 0
[pid=29337] ppid=28885 vsize=68948 memory=52436 CPUtime=80.53 cores=5,7
/proc/29337/stat : 29337 (Exact) R 28885 29337 29337 0 -1 4194304 12200 0 0 0 8025 28 0 0 20 0 1 0 37063957 70602752 13109 18446744073709551615 4198400 8335837 140732568573984 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 38023168 140732568582331 140732568582685 140732568582685 140732568588239 0
/proc/29337/statm: 17237 13109 1120 1011 0 16004 0
Current children cumulated CPU time: 2225.18 s
Current children cumulated vsize: 232392 KiB
Current children cumulated memory: 134884 KiB

Child status: 0

Real time (s): 1164.82
CPU time (s): 2225.24
CPU user time (s): 2224.84
CPU system time (s): 0.390756
CPU usage (%): 191.037
Max. virtual memory (cumulated for all children) (KiB): 232392
Max. memory (cumulated for all children) (KiB): 134884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2224.84
system time used= 0.390756
maximum resident set size= 84364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82920
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= 350
involuntary context switches= 18536


# summary of solver processes directly reported to runsolver:
#   pid: 28885
#   total CPU time (s): 2225.24
#   total CPU user time (s): 2224.84
#   total CPU system time (s): 0.390756

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.04345 second user time and 5.03117 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 17:59:50
IDJOB=4513934
IDBENCH=162582
IDSOLVER=3337
FILE ID=nodeC014/4513934-1751212789
RUNJOBID= nodeC014-1751208587-27664
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-l045-r044-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-4513934-1751212789/watcher-4513934-1751212789 -o /tmp/evaluation-result-4513934-1751212789/solver-4513934-1751212789 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751208587-27664 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4513934-1751212789.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= b9564511887892a7d25b0d6be869bead
RANDOM SEED=1357835588

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.160
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.127
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.157
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		: 3656.566
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		: 3600.144
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.135
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		: 3600.145
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		: 3621.569
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:        129057584 kB
MemAvailable:   129259744 kB
Buffers:            3280 kB
Cached:          1011148 kB
SwapCached:            0 kB
Active:           753112 kB
Inactive:         801680 kB
Active(anon):     558432 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   801680 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44776 kB
Writeback:            56 kB
AnonPages:        543436 kB
Mapped:           143540 kB
Shmem:             18068 kB
KReclaimable:      90076 kB
Slab:             176380 kB
SReclaimable:      90076 kB
SUnreclaim:        86304 kB
KernelStack:        4320 kB
PageTables:         4188 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     944136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 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= 432840 MiB
End job on nodeC014 at 2025-06-29 18:19:15