Trace number 4545249

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 S1? (TO) 3600.14 2900.33

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-45-21-3-mgd_c18.opb
MD5SUM6b2fe99dba414b0499b72921573350a8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark128.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4115
Total number of constraints47919
Number of constraints which are clauses44840
Number of constraints which are cardinality constraints (but not clauses)45
Number of constraints which are nor clauses,nor cardinality constraints3034
Minimum length of a constraint1
Maximum length of a constraint195
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 241
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1432.15/726.07	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1432.15/726.07	c numVar: 4115
1432.15/726.07	c numCon: 47919
1432.15/726.07	c numEqual: 90
1432.15/726.07	c intSize: 8
1432.15/726.07	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1432.15/726.07	c ------------------- Paras list -------------------
1432.15/726.07	c Name                	 Type      	 Now       	 Default   	 Comment
1432.15/726.07	c timeout             	 double    	 3600.000000	 3600      	 
1432.15/726.07	c mip_time            	 double    	 0.200000  	 0.5       	 
1432.15/726.07	c ls_time             	 double    	 10.000000 	 10        	 
1432.15/726.07	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1432.15/726.07	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1432.15/726.07	c random_seed         	 int       	 0         	 0         	 
1432.15/726.07	c sample_size         	 int       	 50        	 50        	 
1432.15/726.07	c sub_score           	 int       	 1         	 1         	 
1432.15/726.07	c tabu_base           	 int       	 3         	 3         	 
1432.15/726.07	c tabu_variation      	 int       	 1         	 1         	 
1432.15/726.07	c sub_div             	 int       	 4         	 4         	 
1432.15/726.07	c nbcore              	 int       	 2         	 1         	 
1432.15/726.07	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1432.15/726.07	c print_sol           	 int       	 1         	 1         	 
1432.15/726.07	c tmpdir              	 string		 .         	 "."       	 
1432.15/726.07	c home                	 string		 HOME	 "."       	 
1432.15/726.07	c benchname           	 string		 HOME/instance-4545249-1753219357.opb	 ""        	 
1432.15/726.07	c --------------------------------------------------
1432.15/726.07	c Local Search solver
1432.15/726.07	c MIP solver
1432.15/726.07	c use Exact solver
3600.08/2900.20	c receive signal 15, try to interrupt solver...
1432.27/2900.31	c Exact solver (PID 169107) interrupted gracefully.
1432.27/2900.32	s UNKNOWN
1432.27/2900.32	c Total time: 2900

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545249-1753219357/watcher-4545249-1753219357 -o /tmp/evaluation-result-4545249-1753219357/solver-4545249-1753219357 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753209940-166615 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4545249-1753219357.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
Current StackSize limit: 8192 KiB

solver pid=168925, runsolver pid=168922

[startup+0.100063 s]*
/proc/loadavg: 6.08 6.03 5.91 7/268 168926
/proc/meminfo: memFree=95977104/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=66796 memory=32384 CPUtime=0.09 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 7070 0 0 0 9 0 0 0 20 0 1 0 237612263 68399104 8096 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 16699 8096 1184 6655 0 6934 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32384 KiB

[startup+0.205648 s]*
/proc/loadavg: 6.08 6.03 5.91 7/268 168926
/proc/meminfo: memFree=95977104/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=66796 memory=32384 CPUtime=0.19 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 7070 0 0 0 19 0 0 0 20 0 1 0 237612263 68399104 8096 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 16699 8096 1184 6655 0 6934 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32384 KiB

[startup+0.305579 s]*
/proc/loadavg: 6.08 6.03 5.91 7/268 168926
/proc/meminfo: memFree=95977104/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=66796 memory=32384 CPUtime=0.29 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 7070 0 0 0 29 0 0 0 20 0 1 0 237612263 68399104 8096 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 16699 8096 1184 6655 0 6934 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32384 KiB

[startup+0.700176 s]
/proc/loadavg: 6.08 6.03 5.91 7/268 168926
/proc/meminfo: memFree=95977104/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=66796 memory=32384 CPUtime=0.68 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 7070 0 0 0 68 0 0 0 20 0 1 0 237612263 68399104 8096 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 16699 8096 1184 6655 0 6934 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32384 KiB

[startup+1.50018 s]
/proc/loadavg: 6.08 6.03 5.91 7/268 168926
/proc/meminfo: memFree=95977104/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=66796 memory=32384 CPUtime=1.48 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 7070 0 0 0 148 0 0 0 20 0 1 0 237612263 68399104 8096 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 16699 8096 1184 6655 0 6934 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32384 KiB

[startup+3.10542 s]
/proc/loadavg: 6.07 6.03 5.91 7/268 168926
/proc/meminfo: memFree=95977356/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=66796 memory=32384 CPUtime=3.08 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 7070 0 0 0 308 0 0 0 20 0 1 0 237612263 68399104 8096 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 16699 8096 1184 6655 0 6934 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32384 KiB

[startup+6.30014 s]
/proc/loadavg: 6.07 6.03 5.91 7/268 168926
/proc/meminfo: memFree=95977700/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=66796 memory=32384 CPUtime=6.26 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 7070 0 0 0 626 0 0 0 20 0 1 0 237612263 68399104 8096 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 16699 8096 1184 6655 0 6934 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32384 KiB

[startup+12.7002 s]
/proc/loadavg: 6.06 6.03 5.91 8/269 168927
/proc/meminfo: memFree=95914040/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=208804 memory=120588 CPUtime=14.83 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 26145 0 0 0 1480 3 0 0 20 0 2 0 237612263 213815296 30147 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 52201 30147 3488 6655 0 29446 0
[pid=168925/tid=168927] ppid=168922 vsize=208804 memory=120588 CPUtime=2.18 cores=5,7
/proc/168925/task/168927/stat : 168927 (LSIPExact) R 168922 168925 166602 0 -1 4194368 3521 0 0 0 218 0 0 0 20 0 2 0 237613269 213815296 30147 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
Current children cumulated CPU time: 14.83 s
Current children cumulated vsize: 208804 KiB
Current children cumulated memory: 120588 KiB

[startup+25.5002 s]
/proc/loadavg: 6.34 6.10 5.94 8/268 168927
/proc/meminfo: memFree=95915052/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=210796 memory=122508 CPUtime=40.28 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 37877 0 0 0 4024 4 0 0 20 0 2 0 237612263 215855104 30627 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 52699 30627 3488 6655 0 29944 0
[pid=168925/tid=168927] ppid=168922 vsize=210796 memory=120588 CPUtime=14.85 cores=5,7
/proc/168925/task/168927/stat : 168927 (LSIPExact) R 168922 168925 166602 0 -1 4194368 10281 0 0 0 1485 0 0 0 20 0 2 0 237613269 215855104 30627 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
Current children cumulated CPU time: 40.28 s
Current children cumulated vsize: 210796 KiB
Current children cumulated memory: 122508 KiB

[startup+51.1055 s]
/proc/loadavg: 6.57 6.17 5.97 8/268 168928
/proc/meminfo: memFree=95887780/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=153868 CPUtime=91.16 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 70439 0 0 0 9109 7 0 0 20 0 2 0 237612263 245981184 38467 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 38467 3488 6655 0 37656 0
[pid=168925/tid=168927] ppid=168922 vsize=240216 memory=153228 CPUtime=40.2 cores=5,7
/proc/168925/task/168927/stat : 168927 (LSIPExact) R 168922 168925 166602 0 -1 4194368 20743 0 0 0 4019 1 0 0 20 0 2 0 237613269 245981184 38467 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
Current children cumulated CPU time: 91.16 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 153868 KiB

[startup+102.3 s]
/proc/loadavg: 6.51 6.22 6.00 8/269 168935
/proc/meminfo: memFree=97388632/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=158732 CPUtime=192.33 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 88253 0 0 0 19224 9 0 0 20 0 2 0 237612263 245981184 39683 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 39683 3488 6655 0 39158 0
[pid=168925/tid=168927] ppid=168922 vsize=240216 memory=153996 CPUtime=90.29 cores=5,7
/proc/168925/task/168927/stat : 168927 (LSIPExact) R 168922 168925 166602 0 -1 4194368 27489 0 0 0 9027 2 0 0 20 0 2 0 237613269 245981184 39683 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
Current children cumulated CPU time: 192.33 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 158732 KiB

[startup+162.3 s]
/proc/loadavg: 6.86 6.38 6.07 8/269 168938
/proc/meminfo: memFree=97307968/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=163084 CPUtime=311.6 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 100747 0 0 0 31150 10 0 0 20 0 2 0 237612263 245981184 40771 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 40771 3488 6655 0 39715 0
[pid=168925/tid=168927] ppid=168922 vsize=240216 memory=153996 CPUtime=149.71 cores=5,7
/proc/168925/task/168927/stat : 168927 (LSIPExact) R 168922 168925 166602 0 -1 4194368 33504 0 0 0 14969 2 0 0 20 0 2 0 237613269 245981184 40771 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
Current children cumulated CPU time: 311.6 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 163084 KiB

[startup+222.3 s]
/proc/loadavg: 6.84 6.48 6.12 7/267 168986
/proc/meminfo: memFree=96592436/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=163724 CPUtime=430.89 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 113243 0 0 0 43078 11 0 0 20 0 2 0 237612263 245981184 40931 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 40931 3488 6655 0 39853 0
[pid=168925/tid=168927] ppid=168922 vsize=240216 memory=14248 CPUtime=209.14 cores=5,7
/proc/168925/task/168927/stat : 168927 (LSIPExact) R 168922 168925 166602 0 -1 4194368 39649 0 0 0 20911 3 0 0 20 0 2 0 237613269 245981184 40931 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
Current children cumulated CPU time: 430.89 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 163724 KiB

[startup+282.3 s]
/proc/loadavg: 7.17 6.62 6.20 8/268 168989
/proc/meminfo: memFree=96185856/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=164620 CPUtime=550.17 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 113683 0 0 0 55005 12 0 0 20 0 2 0 237612263 245981184 41155 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 41155 3488 6655 0 40265 0
[pid=168925/tid=168927] ppid=168922 vsize=240216 memory=164620 CPUtime=268.56 cores=5,7
/proc/168925/task/168927/stat : 168927 (LSIPExact) R 168922 168925 166602 0 -1 4194368 39963 0 0 0 26853 3 0 0 20 0 2 0 237613269 245981184 41155 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
Current children cumulated CPU time: 550.17 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 164620 KiB

[startup+342.3 s]
/proc/loadavg: 7.30 6.76 6.27 8/268 169037
/proc/meminfo: memFree=119888244/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=180364 CPUtime=669.46 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) R 168922 168925 166602 0 -1 4194304 127586 0 0 0 66933 13 0 0 20 0 2 0 237612263 245981184 45091 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 45091 3488 6655 0 44267 0
[pid=168925/tid=168927] ppid=168922 vsize=240216 memory=165260 CPUtime=328.01 cores=5,7
/proc/168925/task/168927/stat : 168927 (LSIPExact) R 168922 168925 166602 0 -1 4194368 48252 0 0 0 32797 4 0 0 20 0 2 0 237613269 245981184 45091 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
Current children cumulated CPU time: 669.46 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 180364 KiB


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

Current children cumulated memory: 389500 KiB

[startup+2382.3 s]
/proc/loadavg: 2.06 2.20 3.31 3/256 169275
/proc/meminfo: memFree=113241012/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=180704 CPUtime=1432.27 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) S 168922 168925 166602 0 -1 4194304 144469 0 0 0 143212 15 0 0 20 0 1 0 237612263 245981184 45176 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 45176 3520 6655 0 44267 0
[pid=169107] ppid=168925 vsize=217972 memory=209180 CPUtime=1651.39 cores=5,7
/proc/169107/stat : 169107 (Exact) R 168925 169107 169107 0 -1 4194304 39155 0 0 0 165073 66 0 0 20 0 1 0 237684871 223203328 52295 18446744073709551615 4198400 8335837 140725383188272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35270656 140725383194809 140725383195163 140725383195163 140725383200719 0
/proc/169107/statm: 54493 52295 1120 1011 0 53260 0
Current children cumulated CPU time: 3083.66 s
Current children cumulated vsize: 458188 KiB
Current children cumulated memory: 389884 KiB

[startup+2442.3 s]
/proc/loadavg: 2.12 2.19 3.24 3/257 169280
/proc/meminfo: memFree=113236272/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=180704 CPUtime=1432.27 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) S 168922 168925 166602 0 -1 4194304 144469 0 0 0 143212 15 0 0 20 0 1 0 237612263 245981184 45176 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 45176 3520 6655 0 44267 0
[pid=169107] ppid=168925 vsize=219284 memory=212616 CPUtime=1711.22 cores=5,7
/proc/169107/stat : 169107 (Exact) R 168925 169107 169107 0 -1 4194304 39484 0 0 0 171054 68 0 0 20 0 1 0 237684871 224546816 53154 18446744073709551615 4198400 8335837 140725383188272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35270656 140725383194809 140725383195163 140725383195163 140725383200719 0
/proc/169107/statm: 54821 53154 1120 1011 0 53588 0
Current children cumulated CPU time: 3143.49 s
Current children cumulated vsize: 459500 KiB
Current children cumulated memory: 393320 KiB

[startup+2502.3 s]
/proc/loadavg: 2.10 2.17 3.16 3/258 169283
/proc/meminfo: memFree=113210072/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=180704 CPUtime=1432.27 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) S 168922 168925 166602 0 -1 4194304 144469 0 0 0 143212 15 0 0 20 0 1 0 237612263 245981184 45176 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 45176 3520 6655 0 44267 0
[pid=169107] ppid=168925 vsize=219284 memory=212616 CPUtime=1771.05 cores=5,7
/proc/169107/stat : 169107 (Exact) R 168925 169107 169107 0 -1 4194304 39489 0 0 0 177035 70 0 0 20 0 1 0 237684871 224546816 53154 18446744073709551615 4198400 8335837 140725383188272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35270656 140725383194809 140725383195163 140725383195163 140725383200719 0
/proc/169107/statm: 54821 53154 1120 1011 0 53588 0
Current children cumulated CPU time: 3203.32 s
Current children cumulated vsize: 459500 KiB
Current children cumulated memory: 393320 KiB

[startup+2562.3 s]
/proc/loadavg: 2.07 2.15 3.09 3/257 169289
/proc/meminfo: memFree=113201428/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=180704 CPUtime=1432.27 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) S 168922 168925 166602 0 -1 4194304 144469 0 0 0 143212 15 0 0 20 0 1 0 237612263 245981184 45176 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 45176 3520 6655 0 44267 0
[pid=169107] ppid=168925 vsize=219844 memory=213128 CPUtime=1830.87 cores=5,7
/proc/169107/stat : 169107 (Exact) R 168925 169107 169107 0 -1 4194304 39628 0 0 0 183015 72 0 0 20 0 1 0 237684871 225120256 53282 18446744073709551615 4198400 8335837 140725383188272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35270656 140725383194809 140725383195163 140725383195163 140725383200719 0
/proc/169107/statm: 54961 53282 1120 1011 0 53728 0
Current children cumulated CPU time: 3263.14 s
Current children cumulated vsize: 460060 KiB
Current children cumulated memory: 393832 KiB

[startup+2622.3 s]
/proc/loadavg: 2.08 2.14 3.03 3/254 169291
/proc/meminfo: memFree=113197808/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=180704 CPUtime=1432.27 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) S 168922 168925 166602 0 -1 4194304 144469 0 0 0 143212 15 0 0 20 0 1 0 237612263 245981184 45176 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 45176 3520 6655 0 44267 0
[pid=169107] ppid=168925 vsize=220372 memory=213640 CPUtime=1890.71 cores=5,7
/proc/169107/stat : 169107 (Exact) R 168925 169107 169107 0 -1 4194304 39760 0 0 0 188996 75 0 0 20 0 1 0 237684871 225660928 53410 18446744073709551615 4198400 8335837 140725383188272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35270656 140725383194809 140725383195163 140725383195163 140725383200719 0
/proc/169107/statm: 55093 53410 1120 1011 0 53860 0
Current children cumulated CPU time: 3322.98 s
Current children cumulated vsize: 460588 KiB
Current children cumulated memory: 394344 KiB

[startup+2682.3 s]
/proc/loadavg: 2.07 2.13 2.96 3/254 169293
/proc/meminfo: memFree=113194976/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=180704 CPUtime=1432.27 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) S 168922 168925 166602 0 -1 4194304 144469 0 0 0 143212 15 0 0 20 0 1 0 237612263 245981184 45176 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 45176 3520 6655 0 44267 0
[pid=169107] ppid=168925 vsize=220752 memory=214024 CPUtime=1950.53 cores=5,7
/proc/169107/stat : 169107 (Exact) R 168925 169107 169107 0 -1 4194304 39855 0 0 0 194976 77 0 0 20 0 1 0 237684871 226050048 53506 18446744073709551615 4198400 8335837 140725383188272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35270656 140725383194809 140725383195163 140725383195163 140725383200719 0
/proc/169107/statm: 55188 53506 1120 1011 0 53955 0
Current children cumulated CPU time: 3382.8 s
Current children cumulated vsize: 460968 KiB
Current children cumulated memory: 394728 KiB

[startup+2742.3 s]
/proc/loadavg: 2.19 2.15 2.92 3/255 169297
/proc/meminfo: memFree=113184500/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=180704 CPUtime=1432.27 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) S 168922 168925 166602 0 -1 4194304 144469 0 0 0 143212 15 0 0 20 0 1 0 237612263 245981184 45176 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 45176 3520 6655 0 44267 0
[pid=169107] ppid=168925 vsize=221136 memory=214408 CPUtime=2010.36 cores=5,7
/proc/169107/stat : 169107 (Exact) R 168925 169107 169107 0 -1 4194304 40008 0 0 0 200956 80 0 0 20 0 1 0 237684871 226443264 53602 18446744073709551615 4198400 8335837 140725383188272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35270656 140725383194809 140725383195163 140725383195163 140725383200719 0
/proc/169107/statm: 55284 53602 1120 1011 0 54051 0
Current children cumulated CPU time: 3442.63 s
Current children cumulated vsize: 461352 KiB
Current children cumulated memory: 395112 KiB

[startup+2802.3 s]
/proc/loadavg: 2.07 2.12 2.86 3/256 169300
/proc/meminfo: memFree=113163980/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=180704 CPUtime=1432.27 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) S 168922 168925 166602 0 -1 4194304 144469 0 0 0 143212 15 0 0 20 0 1 0 237612263 245981184 45176 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 45176 3520 6655 0 44267 0
[pid=169107] ppid=168925 vsize=222600 memory=215816 CPUtime=2070.19 cores=5,7
/proc/169107/stat : 169107 (Exact) R 168925 169107 169107 0 -1 4194304 40401 0 0 0 206938 81 0 0 20 0 1 0 237684871 227942400 53954 18446744073709551615 4198400 8335837 140725383188272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35270656 140725383194809 140725383195163 140725383195163 140725383200719 0
/proc/169107/statm: 55650 53954 1120 1011 0 54417 0
Current children cumulated CPU time: 3502.46 s
Current children cumulated vsize: 462816 KiB
Current children cumulated memory: 396520 KiB

[startup+2862.3 s]
/proc/loadavg: 2.14 2.13 2.81 3/256 169302
/proc/meminfo: memFree=113155972/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=180704 CPUtime=1432.27 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) S 168922 168925 166602 0 -1 4194304 144469 0 0 0 143212 15 0 0 20 0 1 0 237612263 245981184 45176 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 45176 3520 6655 0 44267 0
[pid=169107] ppid=168925 vsize=222600 memory=215944 CPUtime=2130.01 cores=5,7
/proc/169107/stat : 169107 (Exact) R 168925 169107 169107 0 -1 4194304 40437 0 0 0 212919 82 0 0 20 0 1 0 237684871 227942400 53986 18446744073709551615 4198400 8335837 140725383188272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35270656 140725383194809 140725383195163 140725383195163 140725383200719 0
/proc/169107/statm: 55650 53986 1120 1011 0 54417 0
Current children cumulated CPU time: 3562.28 s
Current children cumulated vsize: 462816 KiB
Current children cumulated memory: 396648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2900.2 s]
/proc/loadavg: 2.07 2.11 2.78 3/256 169302
/proc/meminfo: memFree=113162932/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=180704 CPUtime=1432.27 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) S 168922 168925 166602 0 -1 4194304 144469 0 0 0 143212 15 0 0 20 0 1 0 237612263 245981184 45176 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 45176 3520 6655 0 44267 0
[pid=169107] ppid=168925 vsize=223360 memory=216968 CPUtime=2167.81 cores=5,7
/proc/169107/stat : 169107 (Exact) R 168925 169107 169107 0 -1 4194304 40672 0 0 0 216698 83 0 0 20 0 1 0 237684871 228720640 54242 18446744073709551615 4198400 8335837 140725383188272 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35270656 140725383194809 140725383195163 140725383195163 140725383200719 0
/proc/169107/statm: 55840 54242 1120 1011 0 54607 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 463576 KiB
Current children cumulated memory: 397672 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.13 s, system=1.00407 s

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

[startup+2900.3 s]
/proc/loadavg: 2.07 2.11 2.78 3/256 169302
/proc/meminfo: memFree=113162932/131250000 swapFree=33008356/33010684
[pid=168925] ppid=168922 vsize=240216 memory=180704 CPUtime=1432.27 cores=5,7
/proc/168925/stat : 168925 (LSIPExact) S 168922 168925 166602 0 -1 4194304 144470 134 0 0 143212 15 0 0 20 0 1 0 237612263 245981184 45176 18446744073709551615 93918790393856 93918817651025 140729014683360 0 0 0 16384 0 16386 1 0 0 17 7 0 0 0 0 0 93918826153096 93918826584704 93918844862464 140729014692184 140729014692360 140729014692360 140729014697964 0
/proc/168925/statm: 60054 45176 3520 6655 0 44267 0
Current children cumulated CPU time: 1432.27 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 180704 KiB

Child status: 0

Real time (s): 2900.33
CPU time (s): 3600.14
CPU user time (s): 3599.13
CPU system time (s): 1.00407
CPU usage (%): 124.128
Max. virtual memory (cumulated for all children) (KiB): 463576
Max. memory (cumulated for all children) (KiB): 397672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.13
system time used= 1.00407
maximum resident set size= 217096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190756
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= 450
involuntary context switches= 21230


# summary of solver processes directly reported to runsolver:
#   pid: 168925
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3599.13
#   total CPU system time (s): 1.00407

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.43972 second user time and 12.9889 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-22 23:22:37
IDJOB=4545249
IDBENCH=180780
IDSOLVER=3384
FILE ID=nodeC014/4545249-1753219357
RUNJOBID= nodeC014-1753209940-166615
SLURM_JOB_ID= 9687781
Free space on /tmp= 432628 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-45-21-3-mgd_c18.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545249-1753219357/watcher-4545249-1753219357 -o /tmp/evaluation-result-4545249-1753219357/solver-4545249-1753219357 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753209940-166615 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545249-1753219357.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 6b2fe99dba414b0499b72921573350a8
RANDOM SEED=2037167837

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.070
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.236
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.243
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		: 3600.111
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.100
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.121
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		: 3635.462
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		: 3700.000
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:        96008036 kB
MemAvailable:   96704172 kB
Buffers:             696 kB
Cached:          1441432 kB
SwapCached:         1624 kB
Active:         33771504 kB
Inactive:         621424 kB
Active(anon):   32949716 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   595728 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45872 kB
Writeback:             0 kB
AnonPages:      32947504 kB
Mapped:           146512 kB
Shmem:             24612 kB
KReclaimable:     235720 kB
Slab:             332128 kB
SReclaimable:     235720 kB
SUnreclaim:        96408 kB
KernelStack:        4320 kB
PageTables:        68160 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   35122980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18771968 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= 432768 MiB
End job on nodeC014 at 2025-07-23 00:10:57