Trace number 4545223

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.09 2899.93

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.16/726.07	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1432.16/726.07	c numVar: 4115
1432.16/726.07	c numCon: 47919
1432.16/726.07	c numEqual: 90
1432.16/726.07	c intSize: 8
1432.16/726.07	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1432.16/726.07	c ------------------- Paras list -------------------
1432.16/726.07	c Name                	 Type      	 Now       	 Default   	 Comment
1432.16/726.07	c timeout             	 double    	 3600.000000	 3600      	 
1432.16/726.07	c mip_time            	 double    	 0.200000  	 0.5       	 
1432.16/726.07	c ls_time             	 double    	 10.000000 	 10        	 
1432.16/726.07	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1432.16/726.07	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1432.16/726.07	c random_seed         	 int       	 0         	 0         	 
1432.16/726.07	c sample_size         	 int       	 50        	 50        	 
1432.16/726.07	c sub_score           	 int       	 1         	 1         	 
1432.16/726.07	c tabu_base           	 int       	 3         	 3         	 
1432.16/726.07	c tabu_variation      	 int       	 1         	 1         	 
1432.16/726.07	c sub_div             	 int       	 4         	 4         	 
1432.16/726.07	c nbcore              	 int       	 2         	 1         	 
1432.16/726.07	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1432.16/726.07	c print_sol           	 int       	 1         	 1         	 
1432.16/726.07	c tmpdir              	 string		 .         	 "."       	 
1432.16/726.07	c home                	 string		 HOME	 "."       	 
1432.16/726.07	c benchname           	 string		 HOME/instance-4545223-1753223669.opb	 ""        	 
1432.16/726.07	c --------------------------------------------------
1432.16/726.07	c Local Search solver
1432.16/726.07	c MIP solver
1432.16/726.07	c use Exact solver
3600.04/2899.80	c receive signal 15, try to interrupt solver...
1432.30/2899.91	c Exact solver (PID 167802) interrupted gracefully.
1432.30/2899.92	s UNKNOWN
1432.30/2899.92	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: 63665 MiB (62132 MiB free)
  memory of node 1: 64507 MiB (34681 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=167673, runsolver pid=167670

[startup+0.100061 s]*
/proc/loadavg: 6.93 6.28 5.69 7/265 167674
/proc/meminfo: memFree=99111340/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=66796 memory=32384 CPUtime=0.09 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 7067 0 0 0 8 1 0 0 20 0 1 0 238045771 68399104 8096 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/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.205577 s]*
/proc/loadavg: 6.93 6.28 5.69 7/265 167674
/proc/meminfo: memFree=99111340/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=66796 memory=32384 CPUtime=0.2 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 7067 0 0 0 19 1 0 0 20 0 1 0 238045771 68399104 8096 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 16699 8096 1184 6655 0 6934 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32384 KiB

[startup+0.305392 s]*
/proc/loadavg: 6.93 6.28 5.69 7/265 167674
/proc/meminfo: memFree=99111340/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=66796 memory=32384 CPUtime=0.3 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 7067 0 0 0 29 1 0 0 20 0 1 0 238045771 68399104 8096 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 16699 8096 1184 6655 0 6934 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32384 KiB

[startup+0.700153 s]
/proc/loadavg: 6.93 6.28 5.69 7/265 167674
/proc/meminfo: memFree=99111340/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=66796 memory=32384 CPUtime=0.69 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 7067 0 0 0 68 1 0 0 20 0 1 0 238045771 68399104 8096 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 16699 8096 1184 6655 0 6934 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32384 KiB

[startup+1.50014 s]
/proc/loadavg: 6.93 6.28 5.69 7/265 167674
/proc/meminfo: memFree=99111340/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=66796 memory=32384 CPUtime=1.48 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 7067 0 0 0 147 1 0 0 20 0 1 0 238045771 68399104 8096 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/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.10527 s]
/proc/loadavg: 6.93 6.28 5.69 7/265 167674
/proc/meminfo: memFree=99111504/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=66796 memory=32384 CPUtime=3.08 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 7067 0 0 0 307 1 0 0 20 0 1 0 238045771 68399104 8096 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/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.85 6.28 5.69 7/265 167674
/proc/meminfo: memFree=99095120/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=66796 memory=32384 CPUtime=6.27 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 7067 0 0 0 626 1 0 0 20 0 1 0 238045771 68399104 8096 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 16699 8096 1184 6655 0 6934 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32384 KiB

[startup+12.7002 s]
/proc/loadavg: 6.79 6.27 5.69 8/266 167675
/proc/meminfo: memFree=98928840/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=208804 memory=120252 CPUtime=14.84 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 26649 0 0 0 1480 4 0 0 20 0 2 0 238045771 213815296 30063 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 52201 30063 3392 6655 0 29446 0
[pid=167673/tid=167675] ppid=167670 vsize=208804 memory=120252 CPUtime=2.18 cores=4,6
/proc/167673/task/167675/stat : 167675 (LSIPExact) R 167670 167673 166575 0 -1 4194368 3521 0 0 0 218 0 0 0 20 0 2 0 238046777 213815296 30063 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
Current children cumulated CPU time: 14.84 s
Current children cumulated vsize: 208804 KiB
Current children cumulated memory: 120252 KiB

[startup+25.5002 s]
/proc/loadavg: 6.83 6.31 5.71 8/266 167675
/proc/meminfo: memFree=98778864/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=210796 memory=122172 CPUtime=40.29 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 38499 0 0 0 4024 5 0 0 20 0 2 0 238045771 215855104 30543 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 52699 30543 3392 6655 0 29944 0
[pid=167673/tid=167675] ppid=167670 vsize=210796 memory=120252 CPUtime=14.86 cores=4,6
/proc/167673/task/167675/stat : 167675 (LSIPExact) R 167670 167673 166575 0 -1 4194368 10388 0 0 0 1485 1 0 0 20 0 2 0 238046777 215855104 30543 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
Current children cumulated CPU time: 40.29 s
Current children cumulated vsize: 210796 KiB
Current children cumulated memory: 122172 KiB

[startup+51.1056 s]
/proc/loadavg: 6.89 6.37 5.75 8/266 167675
/proc/meminfo: memFree=98685888/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=153660 CPUtime=91.19 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 69241 0 0 0 9111 8 0 0 20 0 2 0 238045771 245981184 38415 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 38415 3424 6655 0 37656 0
[pid=167673/tid=167675] ppid=167670 vsize=240216 memory=153020 CPUtime=40.22 cores=4,6
/proc/167673/task/167675/stat : 167675 (LSIPExact) R 167670 167673 166575 0 -1 4194368 17982 0 0 0 4021 1 0 0 20 0 2 0 238046777 245981184 38415 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
Current children cumulated CPU time: 91.19 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 153660 KiB

[startup+102.3 s]
/proc/loadavg: 7.00 6.48 5.82 8/266 167677
/proc/meminfo: memFree=98607948/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=158396 CPUtime=192.4 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 72677 0 0 0 19231 9 0 0 20 0 2 0 238045771 245981184 39599 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 39599 3424 6655 0 39158 0
[pid=167673/tid=167675] ppid=167670 vsize=240216 memory=153660 CPUtime=90.34 cores=4,6
/proc/167673/task/167675/stat : 167675 (LSIPExact) R 167670 167673 166575 0 -1 4194368 19646 0 0 0 9033 1 0 0 20 0 2 0 238046777 245981184 39599 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
Current children cumulated CPU time: 192.4 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 158396 KiB

[startup+162.3 s]
/proc/loadavg: 7.04 6.59 5.90 8/268 167683
/proc/meminfo: memFree=98526848/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=162876 CPUtime=311.7 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 97134 0 0 0 31159 11 0 0 20 0 2 0 238045771 245981184 40719 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 40719 3424 6655 0 39715 0
[pid=167673/tid=167675] ppid=167670 vsize=240216 memory=153660 CPUtime=149.79 cores=4,6
/proc/167673/task/167675/stat : 167675 (LSIPExact) R 167670 167673 166575 0 -1 4194368 31335 0 0 0 14977 2 0 0 20 0 2 0 238046777 245981184 40719 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
Current children cumulated CPU time: 311.7 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 162876 KiB

[startup+222.3 s]
/proc/loadavg: 7.11 6.70 5.98 8/268 167689
/proc/meminfo: memFree=98505588/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=163516 CPUtime=431.02 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 97693 0 0 0 43091 11 0 0 20 0 2 0 238045771 245981184 40879 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 40879 3424 6655 0 39853 0
[pid=167673/tid=167675] ppid=167670 vsize=240216 memory=14444 CPUtime=209.25 cores=4,6
/proc/167673/task/167675/stat : 167675 (LSIPExact) R 167670 167673 166575 0 -1 4194368 31520 0 0 0 20922 3 0 0 20 0 2 0 238046777 245981184 40879 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
Current children cumulated CPU time: 431.02 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 163516 KiB

[startup+282.3 s]
/proc/loadavg: 6.44 6.58 6.00 7/268 167692
/proc/meminfo: memFree=98187216/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=164924 CPUtime=550.31 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 121086 0 0 0 55017 14 0 0 20 0 2 0 238045771 245981184 41231 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 41231 3424 6655 0 40277 0
[pid=167673/tid=167675] ppid=167670 vsize=240216 memory=164156 CPUtime=268.69 cores=4,6
/proc/167673/task/167675/stat : 167675 (LSIPExact) R 167670 167673 166575 0 -1 4194368 43319 0 0 0 26864 5 0 0 20 0 2 0 238046777 245981184 41231 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
Current children cumulated CPU time: 550.31 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 164924 KiB

[startup+342.3 s]
/proc/loadavg: 6.27 6.51 6.00 7/268 167694
/proc/meminfo: memFree=98130532/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=180156 CPUtime=669.6 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) R 167670 167673 166575 0 -1 4194304 126478 0 0 0 66944 16 0 0 20 0 2 0 238045771 245981184 45039 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 45039 3424 6655 0 44267 0
[pid=167673/tid=167675] ppid=167670 vsize=240216 memory=164156 CPUtime=328.12 cores=4,6
/proc/167673/task/167675/stat : 167675 (LSIPExact) R 167670 167673 166575 0 -1 4194368 47573 0 0 0 32806 6 0 0 20 0 2 0 238046777 245981184 45039 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
Current children cumulated CPU time: 669.6 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 180156 KiB

[startup+402.3 s]

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

Current children cumulated memory: 390356 KiB

[startup+2382.3 s]
/proc/loadavg: 3.15 4.06 4.94 4/262 167973
/proc/meminfo: memFree=112515520/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=182364 CPUtime=1432.3 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) S 167670 167673 166575 0 -1 4194304 167114 0 0 0 143201 29 0 0 20 0 1 0 238045771 245981184 45591 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 45591 3456 6655 0 44267 0
[pid=167802] ppid=167673 vsize=217044 memory=208120 CPUtime=1651.7 cores=4,6
/proc/167802/stat : 167802 (Exact) R 167673 167802 167802 0 -1 4194304 39379 0 0 0 165112 58 0 0 20 0 1 0 238118378 222253056 52030 18446744073709551615 4198400 8335837 140730070242752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22634496 140730070251705 140730070252059 140730070252059 140730070257615 0
/proc/167802/statm: 54261 52030 1120 1011 0 53028 0
Current children cumulated CPU time: 3084 s
Current children cumulated vsize: 457260 KiB
Current children cumulated memory: 390484 KiB

[startup+2442.3 s]
/proc/loadavg: 2.69 3.77 4.79 3/255 168007
/proc/meminfo: memFree=113089380/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=182364 CPUtime=1432.3 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) S 167670 167673 166575 0 -1 4194304 167114 0 0 0 143201 29 0 0 20 0 1 0 238045771 245981184 45591 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 45591 3456 6655 0 44267 0
[pid=167802] ppid=167673 vsize=217596 memory=208760 CPUtime=1711.54 cores=4,6
/proc/167802/stat : 167802 (Exact) R 167673 167802 167802 0 -1 4194304 39516 0 0 0 171093 61 0 0 20 0 1 0 238118378 222818304 52190 18446744073709551615 4198400 8335837 140730070242752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22634496 140730070251705 140730070252059 140730070252059 140730070257615 0
/proc/167802/statm: 54399 52190 1120 1011 0 53166 0
Current children cumulated CPU time: 3143.84 s
Current children cumulated vsize: 457812 KiB
Current children cumulated memory: 391124 KiB

[startup+2502.3 s]
/proc/loadavg: 2.31 3.46 4.61 3/255 168009
/proc/meminfo: memFree=113084392/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=182364 CPUtime=1432.3 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) S 167670 167673 166575 0 -1 4194304 167114 0 0 0 143201 29 0 0 20 0 1 0 238045771 245981184 45591 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 45591 3456 6655 0 44267 0
[pid=167802] ppid=167673 vsize=217972 memory=209144 CPUtime=1771.37 cores=4,6
/proc/167802/stat : 167802 (Exact) R 167673 167802 167802 0 -1 4194304 39611 0 0 0 177074 63 0 0 20 0 1 0 238118378 223203328 52286 18446744073709551615 4198400 8335837 140730070242752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22634496 140730070251705 140730070252059 140730070252059 140730070257615 0
/proc/167802/statm: 54493 52286 1120 1011 0 53260 0
Current children cumulated CPU time: 3203.67 s
Current children cumulated vsize: 458188 KiB
Current children cumulated memory: 391508 KiB

[startup+2562.3 s]
/proc/loadavg: 2.16 3.20 4.45 3/254 168011
/proc/meminfo: memFree=113074656/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=182364 CPUtime=1432.3 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) S 167670 167673 166575 0 -1 4194304 167114 0 0 0 143201 29 0 0 20 0 1 0 238045771 245981184 45591 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 45591 3456 6655 0 44267 0
[pid=167802] ppid=167673 vsize=219284 memory=212496 CPUtime=1831.2 cores=4,6
/proc/167802/stat : 167802 (Exact) R 167673 167802 167802 0 -1 4194304 39939 0 0 0 183054 66 0 0 20 0 1 0 238118378 224546816 53124 18446744073709551615 4198400 8335837 140730070242752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22634496 140730070251705 140730070252059 140730070252059 140730070257615 0
/proc/167802/statm: 54821 53124 1120 1011 0 53588 0
Current children cumulated CPU time: 3263.5 s
Current children cumulated vsize: 459500 KiB
Current children cumulated memory: 394860 KiB

[startup+2622.3 s]
/proc/loadavg: 2.18 3.01 4.31 3/254 168013
/proc/meminfo: memFree=113051120/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=182364 CPUtime=1432.3 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) S 167670 167673 166575 0 -1 4194304 167114 0 0 0 143201 29 0 0 20 0 1 0 238045771 245981184 45591 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 45591 3456 6655 0 44267 0
[pid=167802] ppid=167673 vsize=219284 memory=212496 CPUtime=1891.03 cores=4,6
/proc/167802/stat : 167802 (Exact) R 167673 167802 167802 0 -1 4194304 39940 0 0 0 189036 67 0 0 20 0 1 0 238118378 224546816 53124 18446744073709551615 4198400 8335837 140730070242752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22634496 140730070251705 140730070252059 140730070252059 140730070257615 0
/proc/167802/statm: 54821 53124 1120 1011 0 53588 0
Current children cumulated CPU time: 3323.33 s
Current children cumulated vsize: 459500 KiB
Current children cumulated memory: 394860 KiB

[startup+2682.3 s]
/proc/loadavg: 2.12 2.84 4.16 3/253 168018
/proc/meminfo: memFree=113047212/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=182364 CPUtime=1432.3 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) S 167670 167673 166575 0 -1 4194304 167114 0 0 0 143201 29 0 0 20 0 1 0 238045771 245981184 45591 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 45591 3456 6655 0 44267 0
[pid=167802] ppid=167673 vsize=219844 memory=213008 CPUtime=1950.86 cores=4,6
/proc/167802/stat : 167802 (Exact) R 167673 167802 167802 0 -1 4194304 40144 0 0 0 195017 69 0 0 20 0 1 0 238118378 225120256 53252 18446744073709551615 4198400 8335837 140730070242752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22634496 140730070251705 140730070252059 140730070252059 140730070257615 0
/proc/167802/statm: 54961 53252 1120 1011 0 53728 0
Current children cumulated CPU time: 3383.16 s
Current children cumulated vsize: 460060 KiB
Current children cumulated memory: 395372 KiB

[startup+2742.3 s]
/proc/loadavg: 2.08 2.70 4.03 3/254 168025
/proc/meminfo: memFree=113044144/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=182364 CPUtime=1432.3 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) S 167670 167673 166575 0 -1 4194304 167114 0 0 0 143201 29 0 0 20 0 1 0 238045771 245981184 45591 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 45591 3456 6655 0 44267 0
[pid=167802] ppid=167673 vsize=219844 memory=213008 CPUtime=2010.69 cores=4,6
/proc/167802/stat : 167802 (Exact) R 167673 167802 167802 0 -1 4194304 40168 0 0 0 200998 71 0 0 20 0 1 0 238118378 225120256 53252 18446744073709551615 4198400 8335837 140730070242752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22634496 140730070251705 140730070252059 140730070252059 140730070257615 0
/proc/167802/statm: 54961 53252 1120 1011 0 53728 0
Current children cumulated CPU time: 3442.99 s
Current children cumulated vsize: 460060 KiB
Current children cumulated memory: 395372 KiB

[startup+2802.3 s]
/proc/loadavg: 2.17 2.62 3.92 3/254 168027
/proc/meminfo: memFree=112999364/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=182364 CPUtime=1432.3 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) S 167670 167673 166575 0 -1 4194304 167114 0 0 0 143201 29 0 0 20 0 1 0 238045771 245981184 45591 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 45591 3456 6655 0 44267 0
[pid=167802] ppid=167673 vsize=220752 memory=213904 CPUtime=2070.52 cores=4,6
/proc/167802/stat : 167802 (Exact) R 167673 167802 167802 0 -1 4194304 40399 0 0 0 206979 73 0 0 20 0 1 0 238118378 226050048 53476 18446744073709551615 4198400 8335837 140730070242752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22634496 140730070251705 140730070252059 140730070252059 140730070257615 0
/proc/167802/statm: 55188 53476 1120 1011 0 53955 0
Current children cumulated CPU time: 3502.82 s
Current children cumulated vsize: 460968 KiB
Current children cumulated memory: 396268 KiB

[startup+2862.3 s]
/proc/loadavg: 2.11 2.52 3.80 3/254 168029
/proc/meminfo: memFree=112998888/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=182364 CPUtime=1432.3 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) S 167670 167673 166575 0 -1 4194304 167114 0 0 0 143201 29 0 0 20 0 1 0 238045771 245981184 45591 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 45591 3456 6655 0 44267 0
[pid=167802] ppid=167673 vsize=221136 memory=214288 CPUtime=2130.35 cores=4,6
/proc/167802/stat : 167802 (Exact) R 167673 167802 167802 0 -1 4194304 40496 0 0 0 212960 75 0 0 20 0 1 0 238118378 226443264 53572 18446744073709551615 4198400 8335837 140730070242752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22634496 140730070251705 140730070252059 140730070252059 140730070257615 0
/proc/167802/statm: 55284 53572 1120 1011 0 54051 0
Current children cumulated CPU time: 3562.65 s
Current children cumulated vsize: 461352 KiB
Current children cumulated memory: 396652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2899.8 s]
/proc/loadavg: 2.11 2.47 3.73 3/255 168032
/proc/meminfo: memFree=112993692/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=182364 CPUtime=1432.3 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) S 167670 167673 166575 0 -1 4194304 167114 0 0 0 143201 29 0 0 20 0 1 0 238045771 245981184 45591 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 45591 3456 6655 0 44267 0
[pid=167802] ppid=167673 vsize=221288 memory=214416 CPUtime=2167.74 cores=4,6
/proc/167802/stat : 167802 (Exact) R 167673 167802 167802 0 -1 4194304 40534 0 0 0 216698 76 0 0 20 0 1 0 238118378 226598912 53604 18446744073709551615 4198400 8335837 140730070242752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22634496 140730070251705 140730070252059 140730070252059 140730070257615 0
/proc/167802/statm: 55322 53604 1120 1011 0 54089 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 461504 KiB
Current children cumulated memory: 396780 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.02 s, system=1.0684 s

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

[startup+2899.9 s]
/proc/loadavg: 2.11 2.47 3.73 3/255 168032
/proc/meminfo: memFree=112993692/131249988 swapFree=33010160/33010684
[pid=167673] ppid=167670 vsize=240216 memory=182364 CPUtime=1432.3 cores=4,6
/proc/167673/stat : 167673 (LSIPExact) S 167670 167673 166575 0 -1 4194304 167115 136 0 0 143201 29 0 0 20 0 1 0 238045771 245981184 45591 18446744073709551615 94269446098944 94269473355345 140721409260240 0 0 0 16384 0 16386 1 0 0 17 6 0 0 0 0 0 94269481858184 94269482289792 94269513601024 140721409268056 140721409268232 140721409268232 140721409273836 0
/proc/167673/statm: 60054 45591 3456 6655 0 44267 0
Current children cumulated CPU time: 1432.3 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 182364 KiB

Child status: 0

Real time (s): 2899.93
CPU time (s): 3600.09
CPU user time (s): 3599.02
CPU system time (s): 1.0684
CPU usage (%): 124.144
Max. virtual memory (cumulated for all children) (KiB): 461504
Max. memory (cumulated for all children) (KiB): 396780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.02
system time used= 1.0684
maximum resident set size= 214416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211600
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= 405
involuntary context switches= 15578


# summary of solver processes directly reported to runsolver:
#   pid: 167673
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.02
#   total CPU system time (s): 1.0684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.60931 second user time and 12.7235 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-23 00:34:29
IDJOB=4545223
IDBENCH=180780
IDSOLVER=3336
FILE ID=nodeC034/4545223-1753223669
RUNJOBID= nodeC034-1753221043-166586
SLURM_JOB_ID= 9687808
Free space on /tmp= 432804 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-4545223-1753223669/watcher-4545223-1753223669 -o /tmp/evaluation-result-4545223-1753223669/solver-4545223-1753223669 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753221043-166586 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545223-1753223669.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 6b2fe99dba414b0499b72921573350a8
RANDOM SEED=1965747512

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        99137296 kB
MemAvailable:   100073536 kB
Buffers:            2128 kB
Cached:          1675108 kB
SwapCached:           32 kB
Active:         30753192 kB
Inactive:         554468 kB
Active(anon):   29654536 kB
Inactive(anon):     2152 kB
Active(file):    1098656 kB
Inactive(file):   552316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45864 kB
Writeback:             4 kB
AnonPages:      29625120 kB
Mapped:           145592 kB
Shmem:             26264 kB
KReclaimable:     248612 kB
Slab:             346844 kB
SReclaimable:     248612 kB
SUnreclaim:        98232 kB
KernelStack:        4272 kB
PageTables:        61628 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   32239480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15511552 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432944 MiB
End job on nodeC034 at 2025-07-23 01:22:49