Trace number 4527003

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.12 3020.44

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_10-sat.opb
MD5SUMbe0542d3b59031398d11b8d8792cc86e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22022
Total number of constraints69919
Number of constraints which are clauses69439
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint90
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 535
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1312.79/726.14	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1312.79/726.14	c numVar: 22022
1312.79/726.14	c numCon: 69919
1312.79/726.14	c numEqual: 0
1312.79/726.14	c intSize: 10
1312.79/726.14	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1312.79/726.14	c ------------------- Paras list -------------------
1312.79/726.14	c Name                	 Type      	 Now       	 Default   	 Comment
1312.79/726.14	c timeout             	 double    	 3600.000000	 3600      	 
1312.79/726.14	c mip_time            	 double    	 0.200000  	 0.5       	 
1312.79/726.14	c ls_time             	 double    	 10.000000 	 10        	 
1312.79/726.14	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1312.79/726.14	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1312.79/726.14	c random_seed         	 int       	 0         	 0         	 
1312.79/726.14	c sample_size         	 int       	 50        	 50        	 
1312.79/726.14	c sub_score           	 int       	 1         	 1         	 
1312.79/726.14	c tabu_base           	 int       	 3         	 3         	 
1312.79/726.14	c tabu_variation      	 int       	 1         	 1         	 
1312.79/726.14	c sub_div             	 int       	 4         	 4         	 
1312.79/726.14	c nbcore              	 int       	 2         	 1         	 
1312.79/726.14	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1312.79/726.14	c print_sol           	 int       	 1         	 1         	 
1312.79/726.14	c tmpdir              	 string		 .         	 "."       	 
1312.79/726.14	c home                	 string		 HOME	 "."       	 
1312.79/726.14	c benchname           	 string		 HOME/instance-4527003-1752233058.opb	 ""        	 
1312.79/726.14	c --------------------------------------------------
1312.79/726.14	c Local Search solver
1312.79/726.14	c MIP solver
1312.79/726.14	c use Exact solver
3600.06/3020.30	c receive signal 15, try to interrupt solver...
1312.85/3020.41	c Exact solver (PID 108804) interrupted gracefully.
1312.85/3020.44	s UNKNOWN
1312.85/3020.44	c Total time: 3020

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527003-1752233058/watcher-4527003-1752233058 -o /tmp/evaluation-result-4527003-1752233058/solver-4527003-1752233058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752232205-108308 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527003-1752233058.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=108770, runsolver pid=108767

[startup+0.100061 s]*
/proc/loadavg: 7.26 7.28 4.75 8/267 108771
/proc/meminfo: memFree=104589152/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=87988 memory=53352 CPUtime=0.09 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 11841 0 0 0 7 2 0 0 20 0 1 0 138984416 90099712 13338 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 21997 13338 1152 6655 0 12232 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53352 KiB

[startup+0.205517 s]*
/proc/loadavg: 7.26 7.28 4.75 8/267 108771
/proc/meminfo: memFree=104589152/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=87988 memory=53352 CPUtime=0.19 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 11841 0 0 0 17 2 0 0 20 0 1 0 138984416 90099712 13338 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 21997 13338 1152 6655 0 12232 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53352 KiB

[startup+0.305397 s]*
/proc/loadavg: 7.26 7.28 4.75 8/267 108771
/proc/meminfo: memFree=104589152/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=87988 memory=53352 CPUtime=0.29 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 11841 0 0 0 27 2 0 0 20 0 1 0 138984416 90099712 13338 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 21997 13338 1152 6655 0 12232 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53352 KiB

[startup+0.700166 s]
/proc/loadavg: 7.26 7.28 4.75 8/267 108771
/proc/meminfo: memFree=104589152/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=87988 memory=53352 CPUtime=0.68 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 11841 0 0 0 66 2 0 0 20 0 1 0 138984416 90099712 13338 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 21997 13338 1152 6655 0 12232 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53352 KiB

[startup+1.50015 s]
/proc/loadavg: 7.26 7.28 4.75 8/267 108771
/proc/meminfo: memFree=104587504/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=87988 memory=53352 CPUtime=1.48 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 11841 0 0 0 146 2 0 0 20 0 1 0 138984416 90099712 13338 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 21997 13338 1152 6655 0 12232 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53352 KiB

[startup+3.10527 s]
/proc/loadavg: 7.26 7.28 4.75 8/267 108771
/proc/meminfo: memFree=104583496/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=87988 memory=53352 CPUtime=3.08 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 11842 0 0 0 306 2 0 0 20 0 1 0 138984416 90099712 13338 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 21997 13338 1152 6655 0 12232 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53352 KiB

[startup+6.30013 s]
/proc/loadavg: 7.32 7.30 4.77 8/267 108771
/proc/meminfo: memFree=104567368/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=87988 memory=53352 CPUtime=6.26 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 11843 0 0 0 624 2 0 0 20 0 1 0 138984416 90099712 13338 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 21997 13338 1152 6655 0 12232 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53352 KiB

[startup+12.7002 s]
/proc/loadavg: 7.29 7.29 4.78 9/268 108773
/proc/meminfo: memFree=104440192/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=280276 memory=192932 CPUtime=14.68 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 44593 0 0 0 1460 8 0 0 20 0 2 0 138984416 287002624 48233 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 70069 48233 3296 6655 0 48946 0
[pid=108770/tid=108772] ppid=108767 vsize=280276 memory=192932 CPUtime=2.03 cores=5,7
/proc/108770/task/108772/stat : 108772 (LSIPExact) R 108767 108770 108288 0 -1 4194368 4552 0 0 0 203 0 0 0 20 0 2 0 138985426 287002624 48233 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
Current children cumulated CPU time: 14.68 s
Current children cumulated vsize: 280276 KiB
Current children cumulated memory: 192932 KiB

[startup+25.5002 s]
/proc/loadavg: 7.29 7.29 4.82 8/268 108773
/proc/meminfo: memFree=104388180/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=280408 memory=193572 CPUtime=29.21 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 44779 0 0 0 2913 8 0 0 20 0 2 0 138984416 287137792 48393 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 70102 48393 3296 6655 0 48979 0
[pid=108770/tid=108772] ppid=108767 vsize=280408 memory=193572 CPUtime=3.8 cores=5,7
/proc/108770/task/108772/stat : 108772 (LSIPExact) S 108767 108770 108288 0 -1 4194368 4555 0 0 0 380 0 0 0 20 0 2 0 138985426 287137792 48393 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
Current children cumulated CPU time: 29.21 s
Current children cumulated vsize: 280408 KiB
Current children cumulated memory: 193572 KiB

[startup+51.1054 s]
/proc/loadavg: 7.19 7.27 4.88 7/267 108773
/proc/meminfo: memFree=104287616/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=280540 memory=193700 CPUtime=54.73 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 50165 0 0 0 5464 9 0 0 20 0 2 0 138984416 287272960 48425 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 70135 48425 3296 6655 0 49012 0
[pid=108770/tid=108772] ppid=108767 vsize=280540 memory=193700 CPUtime=3.8 cores=5,7
/proc/108770/task/108772/stat : 108772 (LSIPExact) S 108767 108770 108288 0 -1 4194368 4555 0 0 0 380 0 0 0 20 0 2 0 138985426 287272960 48425 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
Current children cumulated CPU time: 54.73 s
Current children cumulated vsize: 280540 KiB
Current children cumulated memory: 193700 KiB

[startup+102.3 s]
/proc/loadavg: 7.13 7.24 5.00 8/267 108775
/proc/meminfo: memFree=104105156/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=282384 memory=195748 CPUtime=105.75 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 56411 0 0 0 10566 9 0 0 20 0 2 0 138984416 289161216 48937 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 70596 48937 3296 6655 0 49473 0
[pid=108770/tid=108772] ppid=108767 vsize=282384 memory=194852 CPUtime=3.8 cores=5,7
/proc/108770/task/108772/stat : 108772 (LSIPExact) S 108767 108770 108288 0 -1 4194368 4555 0 0 0 380 0 0 0 20 0 2 0 138985426 289161216 48937 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
Current children cumulated CPU time: 105.75 s
Current children cumulated vsize: 282384 KiB
Current children cumulated memory: 195748 KiB

[startup+162.3 s]
/proc/loadavg: 7.49 7.31 5.16 9/266 108777
/proc/meminfo: memFree=103828904/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=312736 memory=233484 CPUtime=195.12 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 91895 0 0 0 19499 13 0 0 20 0 2 0 138984416 320241664 58371 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 78184 58371 3328 6655 0 59834 0
[pid=108770/tid=108772] ppid=108767 vsize=312736 memory=195876 CPUtime=33.38 cores=5,7
/proc/108770/task/108772/stat : 108772 (LSIPExact) R 108767 108770 108288 0 -1 4194368 16140 0 0 0 3337 1 0 0 20 0 2 0 138985426 320241664 58371 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
Current children cumulated CPU time: 195.12 s
Current children cumulated vsize: 312736 KiB
Current children cumulated memory: 233484 KiB

[startup+222.3 s]
/proc/loadavg: 7.93 7.47 5.35 9/266 108779
/proc/meminfo: memFree=103570176/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=314776 memory=235916 CPUtime=314.14 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 94961 0 0 0 31400 14 0 0 20 0 2 0 138984416 322330624 58979 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 78694 58979 3328 6655 0 60344 0
[pid=108770/tid=108772] ppid=108767 vsize=314776 memory=235788 CPUtime=92.71 cores=5,7
/proc/108770/task/108772/stat : 108772 (LSIPExact) R 108767 108770 108288 0 -1 4194368 16242 0 0 0 9269 2 0 0 20 0 2 0 138985426 322330624 58979 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
Current children cumulated CPU time: 314.14 s
Current children cumulated vsize: 314776 KiB
Current children cumulated memory: 235916 KiB

[startup+282.3 s]
/proc/loadavg: 8.04 7.58 5.53 9/266 108781
/proc/meminfo: memFree=103293364/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=314776 memory=236044 CPUtime=433.16 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 110136 0 0 0 43301 15 0 0 20 0 2 0 138984416 322330624 59011 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 78694 59011 3328 6655 0 60348 0
[pid=108770/tid=108772] ppid=108767 vsize=314776 memory=235916 CPUtime=152.03 cores=5,7
/proc/108770/task/108772/stat : 108772 (LSIPExact) R 108767 108770 108288 0 -1 4194368 21914 0 0 0 15200 3 0 0 20 0 2 0 138985426 322330624 59011 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
Current children cumulated CPU time: 433.16 s
Current children cumulated vsize: 314776 KiB
Current children cumulated memory: 236044 KiB

[startup+342.3 s]
/proc/loadavg: 8.01 7.66 5.69 9/266 108783
/proc/meminfo: memFree=103039972/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=314776 memory=239372 CPUtime=552.16 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) R 108767 108770 108288 0 -1 4194304 136270 0 0 0 55199 17 0 0 20 0 2 0 138984416 322330624 59843 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 78694 59843 3328 6655 0 61724 0
[pid=108770/tid=108772] ppid=108767 vsize=314776 memory=238860 CPUtime=211.34 cores=5,7
/proc/108770/task/108772/stat : 108772 (LSIPExact) R 108767 108770 108288 0 -1 4194368 35308 0 0 0 21130 4 0 0 20 0 2 0 138985426 322330624 59843 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
Current children cumulated CPU time: 552.16 s
Current children cumulated vsize: 314776 KiB
Current children cumulated memory: 239372 KiB


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

Current children cumulated memory: 542268 KiB

[startup+2502.3 s]
/proc/loadavg: 6.23 6.61 6.53 7/267 109178
/proc/meminfo: memFree=103994896/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=352052 memory=291372 CPUtime=1312.85 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) S 108767 108770 108288 0 -1 4194304 197711 0 0 0 131255 30 0 0 20 0 1 0 138984416 360501248 72843 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 88013 72843 3392 6655 0 75695 0
[pid=108804] ppid=108770 vsize=261976 memory=256628 CPUtime=1770.9 cores=5,7
/proc/108804/stat : 108804 (Exact) R 108770 108804 108804 0 -1 4194304 49280 0 0 0 176952 138 0 0 20 0 1 0 139057030 268263424 64157 18446744073709551615 4198400 8335837 140720803139424 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44871680 140720803141817 140720803142171 140720803142171 140720803147727 0
/proc/108804/statm: 65494 64157 1120 1011 0 64261 0
Current children cumulated CPU time: 3083.75 s
Current children cumulated vsize: 614028 KiB
Current children cumulated memory: 548000 KiB

[startup+2562.3 s]
/proc/loadavg: 6.14 6.51 6.51 7/266 109180
/proc/meminfo: memFree=103988196/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=352052 memory=291372 CPUtime=1312.85 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) S 108767 108770 108288 0 -1 4194304 197711 0 0 0 131255 30 0 0 20 0 1 0 138984416 360501248 72843 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 88013 72843 3392 6655 0 75695 0
[pid=108804] ppid=108770 vsize=263416 memory=258036 CPUtime=1830.73 cores=5,7
/proc/108804/stat : 108804 (Exact) R 108770 108804 108804 0 -1 4194304 49640 0 0 0 182935 138 0 0 20 0 1 0 139057030 269737984 64509 18446744073709551615 4198400 8335837 140720803139424 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44871680 140720803141817 140720803142171 140720803142171 140720803147727 0
/proc/108804/statm: 65854 64509 1120 1011 0 64621 0
Current children cumulated CPU time: 3143.58 s
Current children cumulated vsize: 615468 KiB
Current children cumulated memory: 549408 KiB

[startup+2622.3 s]
/proc/loadavg: 6.10 6.43 6.48 7/266 109182
/proc/meminfo: memFree=103938248/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=352052 memory=291372 CPUtime=1312.85 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) S 108767 108770 108288 0 -1 4194304 197711 0 0 0 131255 30 0 0 20 0 1 0 138984416 360501248 72843 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 88013 72843 3392 6655 0 75695 0
[pid=108804] ppid=108770 vsize=274628 memory=269320 CPUtime=1890.58 cores=5,7
/proc/108804/stat : 108804 (Exact) R 108770 108804 108804 0 -1 4194304 51429 0 0 0 188917 141 0 0 20 0 1 0 139057030 281219072 67330 18446744073709551615 4198400 8335837 140720803139424 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44871680 140720803141817 140720803142171 140720803142171 140720803147727 0
/proc/108804/statm: 68657 67330 1120 1011 0 67424 0
Current children cumulated CPU time: 3203.43 s
Current children cumulated vsize: 626680 KiB
Current children cumulated memory: 560692 KiB

[startup+2682.3 s]
/proc/loadavg: 5.85 6.30 6.43 7/267 109277
/proc/meminfo: memFree=103962484/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=352052 memory=291372 CPUtime=1312.85 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) S 108767 108770 108288 0 -1 4194304 197711 0 0 0 131255 30 0 0 20 0 1 0 138984416 360501248 72843 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 88013 72843 3392 6655 0 75695 0
[pid=108804] ppid=108770 vsize=274628 memory=269320 CPUtime=1950.39 cores=5,7
/proc/108804/stat : 108804 (Exact) R 108770 108804 108804 0 -1 4194304 51429 0 0 0 194889 150 0 0 20 0 1 0 139057030 281219072 67330 18446744073709551615 4198400 8335837 140720803139424 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44871680 140720803141817 140720803142171 140720803142171 140720803147727 0
/proc/108804/statm: 68657 67330 1120 1011 0 67424 0
Current children cumulated CPU time: 3263.24 s
Current children cumulated vsize: 626680 KiB
Current children cumulated memory: 560692 KiB

[startup+2742.3 s]
/proc/loadavg: 5.81 6.19 6.38 7/267 109370
/proc/meminfo: memFree=103934336/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=352052 memory=291372 CPUtime=1312.85 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) S 108767 108770 108288 0 -1 4194304 197711 0 0 0 131255 30 0 0 20 0 1 0 138984416 360501248 72843 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 88013 72843 3392 6655 0 75695 0
[pid=108804] ppid=108770 vsize=314256 memory=275804 CPUtime=2010.18 cores=5,7
/proc/108804/stat : 108804 (Exact) R 108770 108804 108804 0 -1 4194304 51946 0 0 0 200866 152 0 0 20 0 1 0 139057030 321798144 68951 18446744073709551615 4198400 8335837 140720803139424 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44871680 140720803141817 140720803142171 140720803142171 140720803147727 0
/proc/108804/statm: 78564 68951 1120 1011 0 77331 0
Current children cumulated CPU time: 3323.03 s
Current children cumulated vsize: 666308 KiB
Current children cumulated memory: 567176 KiB

[startup+2802.3 s]
/proc/loadavg: 6.05 6.18 6.36 7/267 109372
/proc/meminfo: memFree=103913792/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=352052 memory=291372 CPUtime=1312.85 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) S 108767 108770 108288 0 -1 4194304 197711 0 0 0 131255 30 0 0 20 0 1 0 138984416 360501248 72843 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 88013 72843 3392 6655 0 75695 0
[pid=108804] ppid=108770 vsize=315540 memory=277084 CPUtime=2069.97 cores=5,7
/proc/108804/stat : 108804 (Exact) R 108770 108804 108804 0 -1 4194304 52272 0 0 0 206845 152 0 0 20 0 1 0 139057030 323112960 69271 18446744073709551615 4198400 8335837 140720803139424 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44871680 140720803141817 140720803142171 140720803142171 140720803147727 0
/proc/108804/statm: 78885 69271 1120 1011 0 77652 0
Current children cumulated CPU time: 3382.82 s
Current children cumulated vsize: 667592 KiB
Current children cumulated memory: 568456 KiB

[startup+2862.3 s]
/proc/loadavg: 6.01 6.14 6.33 7/267 109419
/proc/meminfo: memFree=103873364/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=352052 memory=291372 CPUtime=1312.85 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) S 108767 108770 108288 0 -1 4194304 197711 0 0 0 131255 30 0 0 20 0 1 0 138984416 360501248 72843 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 88013 72843 3392 6655 0 75695 0
[pid=108804] ppid=108770 vsize=316048 memory=289884 CPUtime=2129.76 cores=5,7
/proc/108804/stat : 108804 (Exact) R 108770 108804 108804 0 -1 4194304 52406 0 0 0 212821 155 0 0 20 0 1 0 139057030 323633152 72471 18446744073709551615 4198400 8335837 140720803139424 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44871680 140720803141817 140720803142171 140720803142171 140720803147727 0
/proc/108804/statm: 79012 72471 1120 1011 0 77779 0
Current children cumulated CPU time: 3442.61 s
Current children cumulated vsize: 668100 KiB
Current children cumulated memory: 581256 KiB

[startup+2922.3 s]
/proc/loadavg: 6.05 6.12 6.32 7/267 109421
/proc/meminfo: memFree=103871236/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=352052 memory=291372 CPUtime=1312.85 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) S 108767 108770 108288 0 -1 4194304 197711 0 0 0 131255 30 0 0 20 0 1 0 138984416 360501248 72843 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 88013 72843 3392 6655 0 75695 0
[pid=108804] ppid=108770 vsize=322572 memory=300444 CPUtime=2189.55 cores=5,7
/proc/108804/stat : 108804 (Exact) R 108770 108804 108804 0 -1 4194304 53529 0 0 0 218798 157 0 0 20 0 1 0 139057030 330313728 75111 18446744073709551615 4198400 8335837 140720803139424 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44871680 140720803141817 140720803142171 140720803142171 140720803147727 0
/proc/108804/statm: 80643 75111 1120 1011 0 79410 0
Current children cumulated CPU time: 3502.4 s
Current children cumulated vsize: 674624 KiB
Current children cumulated memory: 591816 KiB

[startup+2982.3 s]
/proc/loadavg: 6.08 6.12 6.30 7/266 109423
/proc/meminfo: memFree=103853984/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=352052 memory=291372 CPUtime=1312.85 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) S 108767 108770 108288 0 -1 4194304 197711 0 0 0 131255 30 0 0 20 0 1 0 138984416 360501248 72843 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 88013 72843 3392 6655 0 75695 0
[pid=108804] ppid=108770 vsize=324348 memory=302236 CPUtime=2249.33 cores=5,7
/proc/108804/stat : 108804 (Exact) R 108770 108804 108804 0 -1 4194304 53973 0 0 0 224773 160 0 0 20 0 1 0 139057030 332132352 75559 18446744073709551615 4198400 8335837 140720803139424 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44871680 140720803141817 140720803142171 140720803142171 140720803147727 0
/proc/108804/statm: 81087 75559 1120 1011 0 79854 0
Current children cumulated CPU time: 3562.18 s
Current children cumulated vsize: 676400 KiB
Current children cumulated memory: 593608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3020.3 s]
/proc/loadavg: 6.12 6.12 6.29 7/267 109427
/proc/meminfo: memFree=103848176/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=352052 memory=291372 CPUtime=1312.85 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) S 108767 108770 108288 0 -1 4194304 197711 0 0 0 131255 30 0 0 20 0 1 0 138984416 360501248 72843 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 88013 72843 3392 6655 0 75695 0
[pid=108804] ppid=108770 vsize=325304 memory=303132 CPUtime=2287.21 cores=5,7
/proc/108804/stat : 108804 (Exact) R 108770 108804 108804 0 -1 4194304 54217 0 0 0 228557 164 0 0 20 0 1 0 139057030 333111296 75783 18446744073709551615 4198400 8335837 140720803139424 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 44871680 140720803141817 140720803142171 140720803142171 140720803147727 0
/proc/108804/statm: 81326 75783 1120 1011 0 80093 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 677356 KiB
Current children cumulated memory: 594504 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.16 s, system=1.95718 s

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

[startup+3020.4 s]
/proc/loadavg: 6.12 6.12 6.29 7/267 109427
/proc/meminfo: memFree=103848176/131249988 swapFree=33010416/33010684
[pid=108770] ppid=108767 vsize=352052 memory=291372 CPUtime=1312.85 cores=5,7
/proc/108770/stat : 108770 (LSIPExact) S 108767 108770 108288 0 -1 4194304 197712 136 0 0 131255 30 0 0 20 0 1 0 138984416 360501248 72843 18446744073709551615 94007136083968 94007163341137 140734276835392 0 0 0 16384 0 16386 1 0 0 17 7 0 0 0 0 0 94007171843208 94007172274816 94007192317952 140734276843864 140734276844040 140734276844040 140734276849644 0
/proc/108770/statm: 88013 72843 3392 6655 0 75695 0
Current children cumulated CPU time: 1312.85 s
Current children cumulated vsize: 352052 KiB
Current children cumulated memory: 291372 KiB

Child status: 0

Real time (s): 3020.44
CPU time (s): 3600.12
CPU user time (s): 3598.16
CPU system time (s): 1.95718
CPU usage (%): 119.192
Max. virtual memory (cumulated for all children) (KiB): 677356
Max. memory (cumulated for all children) (KiB): 594504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.16
system time used= 1.95718
maximum resident set size= 324548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260540
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= 499
involuntary context switches= 69814


# summary of solver processes directly reported to runsolver:
#   pid: 108770
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.16
#   total CPU system time (s): 1.95718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.61594 second user time and 13.6413 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-11 13:24:19
IDJOB=4527003
IDBENCH=152989
IDSOLVER=3384
FILE ID=nodeC031/4527003-1752233058
RUNJOBID= nodeC031-1752232205-108308
SLURM_JOB_ID= 9682542
Free space on /tmp= 430780 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_10-sat.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527003-1752233058/watcher-4527003-1752233058 -o /tmp/evaluation-result-4527003-1752233058/solver-4527003-1752233058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752232205-108308 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527003-1752233058.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= be0542d3b59031398d11b8d8792cc86e
RANDOM SEED=978182326

nodeC031 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.886
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.78
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.915
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.78
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.893
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.78
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		: 3599.892
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.78
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.088
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.78
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.782
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.78
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.887
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.483
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        104637236 kB
MemAvailable:   127189040 kB
Buffers:            2128 kB
Cached:         23233208 kB
SwapCached:           12 kB
Active:          2910096 kB
Inactive:       22822780 kB
Active(anon):    2505124 kB
Inactive(anon):    10468 kB
Active(file):     404972 kB
Inactive(file): 22812312 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46908 kB
Writeback:            12 kB
AnonPages:       2500660 kB
Mapped:           142704 kB
Shmem:             18052 kB
KReclaimable:     347520 kB
Slab:             444112 kB
SReclaimable:     347520 kB
SUnreclaim:        96592 kB
KernelStack:        4304 kB
PageTables:         8020 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    2875840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430716 MiB
End job on nodeC031 at 2025-07-11 14:14:39