Trace number 4501965

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.16 3042

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4501965-1751133772/watcher-4501965-1751133772 -o /tmp/evaluation-result-4501965-1751133772/solver-4501965-1751133772 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751133631-11332 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4501965-1751133772.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=12505, runsolver pid=12502

[startup+0.100103 s]*
/proc/loadavg: 5.32 2.11 0.84 7/256 12506
/proc/meminfo: memFree=129619816/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=77252 memory=42728 CPUtime=0.1 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 9144 0 0 0 8 2 0 0 20 0 1 0 29056661 79106048 10682 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 19313 10682 1184 6655 0 9548 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 77252 KiB
Current children cumulated memory: 42728 KiB

[startup+0.213549 s]*
/proc/loadavg: 5.32 2.11 0.84 7/256 12506
/proc/meminfo: memFree=129613372/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=87988 memory=53480 CPUtime=0.21 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 11839 0 0 0 18 3 0 0 20 0 1 0 29056661 90099712 13370 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 21997 13370 1184 6655 0 12232 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53480 KiB

[startup+0.313365 s]*
/proc/loadavg: 5.32 2.11 0.84 7/256 12506
/proc/meminfo: memFree=129613612/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=87988 memory=53480 CPUtime=0.31 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 11839 0 0 0 28 3 0 0 20 0 1 0 29056661 90099712 13370 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 21997 13370 1184 6655 0 12232 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53480 KiB

[startup+0.700329 s]
/proc/loadavg: 5.32 2.11 0.84 7/256 12506
/proc/meminfo: memFree=129613612/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=87988 memory=53480 CPUtime=0.68 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 11839 0 0 0 65 3 0 0 20 0 1 0 29056661 90099712 13370 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 21997 13370 1184 6655 0 12232 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53480 KiB

[startup+1.50033 s]
/proc/loadavg: 5.32 2.11 0.84 7/256 12506
/proc/meminfo: memFree=129613612/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=87988 memory=53480 CPUtime=1.48 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 11839 0 0 0 145 3 0 0 20 0 1 0 29056661 90099712 13370 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 21997 13370 1184 6655 0 12232 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53480 KiB

[startup+3.11301 s]
/proc/loadavg: 5.38 2.18 0.87 7/256 12506
/proc/meminfo: memFree=129613748/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=87988 memory=53480 CPUtime=3.08 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 11840 0 0 0 305 3 0 0 20 0 1 0 29056661 90099712 13370 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 21997 13370 1184 6655 0 12232 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53480 KiB

[startup+6.30035 s]
/proc/loadavg: 5.38 2.18 0.87 7/256 12507
/proc/meminfo: memFree=129565516/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=87988 memory=53480 CPUtime=6.26 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 11841 0 0 0 623 3 0 0 20 0 1 0 29056661 90099712 13370 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 21997 13370 1184 6655 0 12232 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 87988 KiB
Current children cumulated memory: 53480 KiB

[startup+12.7002 s]
/proc/loadavg: 5.55 2.32 0.93 8/258 12509
/proc/meminfo: memFree=129357612/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=280276 memory=193432 CPUtime=14.31 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 44131 0 0 0 1421 10 0 0 20 0 2 0 29056661 287002624 48358 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 70069 48358 3392 6655 0 48946 0
[pid=12505/tid=12509] ppid=12502 vsize=280276 memory=193304 CPUtime=1.92 cores=1,3
/proc/12505/task/12509/stat : 12509 (LSIPExact) R 12502 12505 11315 0 -1 4194368 4550 0 0 0 191 1 0 0 20 0 2 0 29057675 287002624 48358 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
Current children cumulated CPU time: 14.31 s
Current children cumulated vsize: 280276 KiB
Current children cumulated memory: 193432 KiB

[startup+25.5004 s]
/proc/loadavg: 5.62 2.44 0.98 7/258 12509
/proc/meminfo: memFree=129333752/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=280408 memory=194072 CPUtime=29.52 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 44312 0 0 0 2941 11 0 0 20 0 2 0 29056661 287137792 48518 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 70102 48518 3392 6655 0 48979 0
[pid=12505/tid=12509] ppid=12502 vsize=280408 memory=194072 CPUtime=4.37 cores=1,3
/proc/12505/task/12509/stat : 12509 (LSIPExact) S 12502 12505 11315 0 -1 4194368 4550 0 0 0 436 1 0 0 20 0 2 0 29057675 287137792 48518 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
Current children cumulated CPU time: 29.52 s
Current children cumulated vsize: 280408 KiB
Current children cumulated memory: 194072 KiB

[startup+51.1134 s]
/proc/loadavg: 6.17 2.82 1.15 8/258 12509
/proc/meminfo: memFree=129208756/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=280540 memory=194328 CPUtime=55.04 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 49759 0 0 0 5492 12 0 0 20 0 2 0 29056661 287272960 48582 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 70135 48582 3392 6655 0 49012 0
[pid=12505/tid=12509] ppid=12502 vsize=280540 memory=194200 CPUtime=4.37 cores=1,3
/proc/12505/task/12509/stat : 12509 (LSIPExact) S 12502 12505 11315 0 -1 4194368 4550 0 0 0 436 1 0 0 20 0 2 0 29057675 287272960 48582 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
Current children cumulated CPU time: 55.04 s
Current children cumulated vsize: 280540 KiB
Current children cumulated memory: 194328 KiB

[startup+102.3 s]
/proc/loadavg: 6.72 3.54 1.49 8/258 12511
/proc/meminfo: memFree=129186788/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=281420 memory=195352 CPUtime=105.99 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 50389 0 0 0 10587 12 0 0 20 0 2 0 29056661 288174080 48838 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 70355 48838 3392 6655 0 49232 0
[pid=12505/tid=12509] ppid=12502 vsize=281420 memory=195352 CPUtime=4.37 cores=1,3
/proc/12505/task/12509/stat : 12509 (LSIPExact) S 12502 12505 11315 0 -1 4194368 4550 0 0 0 436 1 0 0 20 0 2 0 29057675 288174080 48838 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
Current children cumulated CPU time: 105.99 s
Current children cumulated vsize: 281420 KiB
Current children cumulated memory: 195352 KiB

[startup+162.3 s]
/proc/loadavg: 7.16 4.24 1.86 9/258 12514
/proc/meminfo: memFree=129133304/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=312736 memory=234896 CPUtime=176.4 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 80424 0 0 0 17623 17 0 0 20 0 2 0 29056661 320241664 58724 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 78184 58724 3488 6655 0 59489 0
[pid=12505/tid=12509] ppid=12502 vsize=312736 memory=196376 CPUtime=15.02 cores=1,3
/proc/12505/task/12509/stat : 12509 (LSIPExact) R 12502 12505 11315 0 -1 4194368 10517 0 0 0 1499 3 0 0 20 0 2 0 29057675 320241664 58724 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
Current children cumulated CPU time: 176.4 s
Current children cumulated vsize: 312736 KiB
Current children cumulated memory: 234896 KiB

[startup+222.3 s]
/proc/loadavg: 7.75 4.94 2.25 9/255 12517
/proc/meminfo: memFree=129116908/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=312736 memory=236432 CPUtime=295.44 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 91221 0 0 0 29523 21 0 0 20 0 2 0 29056661 320241664 59108 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 78184 59108 3488 6655 0 59834 0
[pid=12505/tid=12509] ppid=12502 vsize=312736 memory=236304 CPUtime=74.34 cores=1,3
/proc/12505/task/12509/stat : 12509 (LSIPExact) R 12502 12505 11315 0 -1 4194368 16239 0 0 0 7428 6 0 0 20 0 2 0 29057675 320241664 59108 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
Current children cumulated CPU time: 295.44 s
Current children cumulated vsize: 312736 KiB
Current children cumulated memory: 236432 KiB

[startup+282.3 s]
/proc/loadavg: 8.03 5.53 2.63 9/255 12519
/proc/meminfo: memFree=129084948/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=314776 memory=238736 CPUtime=414.52 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 104816 0 0 0 41427 25 0 0 20 0 2 0 29056661 322330624 59684 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 78694 59684 3488 6655 0 60347 0
[pid=12505/tid=12509] ppid=12502 vsize=314776 memory=14352 CPUtime=133.69 cores=1,3
/proc/12505/task/12509/stat : 12509 (LSIPExact) R 12502 12505 11315 0 -1 4194368 21821 0 0 0 13359 10 0 0 20 0 2 0 29057675 322330624 59684 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
Current children cumulated CPU time: 414.52 s
Current children cumulated vsize: 314776 KiB
Current children cumulated memory: 238736 KiB

[startup+342.3 s]
/proc/loadavg: 8.12 6.01 2.98 9/255 12521
/proc/meminfo: memFree=129055684/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=314776 memory=241936 CPUtime=533.62 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) R 12502 12505 11315 0 -1 4194304 136049 0 0 0 53331 31 0 0 20 0 2 0 29056661 322330624 60484 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 78694 60484 3488 6655 0 61724 0
[pid=12505/tid=12509] ppid=12502 vsize=314776 memory=238736 CPUtime=193.04 cores=1,3
/proc/12505/task/12509/stat : 12509 (LSIPExact) R 12502 12505 11315 0 -1 4194368 35520 0 0 0 19291 13 0 0 20 0 2 0 29057675 322330624 60484 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
Current children cumulated CPU time: 533.62 s
Current children cumulated vsize: 314776 KiB
Current children cumulated memory: 241936 KiB

[startup+402.3 s]

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

Current children cumulated memory: 514964 KiB

[startup+2502.3 s]
/proc/loadavg: 4.35 5.02 4.99 6/255 12728
/proc/meminfo: memFree=124968364/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=359640 memory=271480 CPUtime=1294.44 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) S 12502 12505 11315 0 -1 4194304 192944 0 0 0 129385 59 0 0 20 0 1 0 29056661 368271360 67870 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 89910 67870 3552 6655 0 74319 0
[pid=12592] ppid=12505 vsize=258184 memory=248204 CPUtime=1768.04 cores=1,3
/proc/12592/stat : 12592 (Exact) R 12505 12592 12592 0 -1 4194304 49327 0 0 0 176638 166 0 0 20 0 1 0 29129277 264380416 62051 18446744073709551615 4198400 8335837 140725319195152 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26730496 140725319203003 140725319203357 140725319203357 140725319208911 0
/proc/12592/statm: 64546 62051 1120 1011 0 63313 0
Current children cumulated CPU time: 3062.48 s
Current children cumulated vsize: 617824 KiB
Current children cumulated memory: 519684 KiB

[startup+2562.3 s]
/proc/loadavg: 4.18 4.84 4.93 6/254 12730
/proc/meminfo: memFree=124907860/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=359640 memory=271480 CPUtime=1294.44 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) S 12502 12505 11315 0 -1 4194304 192944 0 0 0 129385 59 0 0 20 0 1 0 29056661 368271360 67870 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 89910 67870 3552 6655 0 74319 0
[pid=12592] ppid=12505 vsize=258184 memory=249356 CPUtime=1827.79 cores=1,3
/proc/12592/stat : 12592 (Exact) R 12505 12592 12592 0 -1 4194304 49343 0 0 0 182612 167 0 0 20 0 1 0 29129277 264380416 62339 18446744073709551615 4198400 8335837 140725319195152 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26730496 140725319203003 140725319203357 140725319203357 140725319208911 0
/proc/12592/statm: 64546 62339 1120 1011 0 63313 0
Current children cumulated CPU time: 3122.23 s
Current children cumulated vsize: 617824 KiB
Current children cumulated memory: 520836 KiB

[startup+2622.3 s]
/proc/loadavg: 4.17 4.72 4.88 6/254 12732
/proc/meminfo: memFree=124880704/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=359640 memory=271480 CPUtime=1294.44 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) S 12502 12505 11315 0 -1 4194304 192944 0 0 0 129385 59 0 0 20 0 1 0 29056661 368271360 67870 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 89910 67870 3552 6655 0 74319 0
[pid=12592] ppid=12505 vsize=259272 memory=250892 CPUtime=1887.53 cores=1,3
/proc/12592/stat : 12592 (Exact) R 12505 12592 12592 0 -1 4194304 49662 0 0 0 188585 168 0 0 20 0 1 0 29129277 265494528 62723 18446744073709551615 4198400 8335837 140725319195152 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26730496 140725319203003 140725319203357 140725319203357 140725319208911 0
/proc/12592/statm: 64818 62723 1120 1011 0 63585 0
Current children cumulated CPU time: 3181.97 s
Current children cumulated vsize: 618912 KiB
Current children cumulated memory: 522372 KiB

[startup+2682.3 s]
/proc/loadavg: 4.12 4.60 4.83 6/254 12734
/proc/meminfo: memFree=124853208/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=359640 memory=271480 CPUtime=1294.44 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) S 12502 12505 11315 0 -1 4194304 192944 0 0 0 129385 59 0 0 20 0 1 0 29056661 368271360 67870 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 89910 67870 3552 6655 0 74319 0
[pid=12592] ppid=12505 vsize=260368 memory=252044 CPUtime=1947.32 cores=1,3
/proc/12592/stat : 12592 (Exact) R 12505 12592 12592 0 -1 4194304 49949 0 0 0 194563 169 0 0 20 0 1 0 29129277 266616832 63011 18446744073709551615 4198400 8335837 140725319195152 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26730496 140725319203003 140725319203357 140725319203357 140725319208911 0
/proc/12592/statm: 65092 63011 1120 1011 0 63859 0
Current children cumulated CPU time: 3241.76 s
Current children cumulated vsize: 620008 KiB
Current children cumulated memory: 523524 KiB

[startup+2742.3 s]
/proc/loadavg: 4.09 4.50 4.78 6/254 12736
/proc/meminfo: memFree=124830532/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=359640 memory=271480 CPUtime=1294.44 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) S 12502 12505 11315 0 -1 4194304 192944 0 0 0 129385 59 0 0 20 0 1 0 29056661 368271360 67870 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 89910 67870 3552 6655 0 74319 0
[pid=12592] ppid=12505 vsize=261976 memory=255632 CPUtime=2007.13 cores=1,3
/proc/12592/stat : 12592 (Exact) R 12505 12592 12592 0 -1 4194304 50359 0 0 0 200544 169 0 0 20 0 1 0 29129277 268263424 63908 18446744073709551615 4198400 8335837 140725319195152 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26730496 140725319203003 140725319203357 140725319203357 140725319208911 0
/proc/12592/statm: 65494 63908 1120 1011 0 64261 0
Current children cumulated CPU time: 3301.57 s
Current children cumulated vsize: 621616 KiB
Current children cumulated memory: 527112 KiB

[startup+2802.3 s]
/proc/loadavg: 4.06 4.42 4.74 6/254 12738
/proc/meminfo: memFree=124812416/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=359640 memory=271480 CPUtime=1294.44 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) S 12502 12505 11315 0 -1 4194304 192944 0 0 0 129385 59 0 0 20 0 1 0 29056661 368271360 67870 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 89910 67870 3552 6655 0 74319 0
[pid=12592] ppid=12505 vsize=263416 memory=257808 CPUtime=2066.94 cores=1,3
/proc/12592/stat : 12592 (Exact) R 12505 12592 12592 0 -1 4194304 50908 0 0 0 206525 169 0 0 20 0 1 0 29129277 269737984 64452 18446744073709551615 4198400 8335837 140725319195152 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26730496 140725319203003 140725319203357 140725319203357 140725319208911 0
/proc/12592/statm: 65854 64452 1120 1011 0 64621 0
Current children cumulated CPU time: 3361.38 s
Current children cumulated vsize: 623056 KiB
Current children cumulated memory: 529288 KiB

[startup+2862.3 s]
/proc/loadavg: 4.07 4.36 4.69 6/254 12740
/proc/meminfo: memFree=124774412/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=359640 memory=271480 CPUtime=1294.44 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) S 12502 12505 11315 0 -1 4194304 192944 0 0 0 129385 59 0 0 20 0 1 0 29056661 368271360 67870 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 89910 67870 3552 6655 0 74319 0
[pid=12592] ppid=12505 vsize=274628 memory=269076 CPUtime=2126.76 cores=1,3
/proc/12592/stat : 12592 (Exact) R 12505 12592 12592 0 -1 4194304 53225 0 0 0 212503 173 0 0 20 0 1 0 29129277 281219072 67269 18446744073709551615 4198400 8335837 140725319195152 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26730496 140725319203003 140725319203357 140725319203357 140725319208911 0
/proc/12592/statm: 68657 67269 1120 1011 0 67424 0
Current children cumulated CPU time: 3421.2 s
Current children cumulated vsize: 634268 KiB
Current children cumulated memory: 540556 KiB

[startup+2922.3 s]
/proc/loadavg: 4.19 4.34 4.66 6/253 12788
/proc/meminfo: memFree=125236504/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=359640 memory=271480 CPUtime=1294.44 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) S 12502 12505 11315 0 -1 4194304 192944 0 0 0 129385 59 0 0 20 0 1 0 29056661 368271360 67870 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 89910 67870 3552 6655 0 74319 0
[pid=12592] ppid=12505 vsize=274628 memory=269076 CPUtime=2186.56 cores=1,3
/proc/12592/stat : 12592 (Exact) R 12505 12592 12592 0 -1 4194304 53231 0 0 0 218471 185 0 0 20 0 1 0 29129277 281219072 67269 18446744073709551615 4198400 8335837 140725319195152 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26730496 140725319203003 140725319203357 140725319203357 140725319208911 0
/proc/12592/statm: 68657 67269 1120 1011 0 67424 0
Current children cumulated CPU time: 3481 s
Current children cumulated vsize: 634268 KiB
Current children cumulated memory: 540556 KiB

[startup+2982.3 s]
/proc/loadavg: 4.70 4.45 4.68 7/254 12796
/proc/meminfo: memFree=125204200/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=359640 memory=271480 CPUtime=1294.44 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) S 12502 12505 11315 0 -1 4194304 192944 0 0 0 129385 59 0 0 20 0 1 0 29056661 368271360 67870 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 89910 67870 3552 6655 0 74319 0
[pid=12592] ppid=12505 vsize=274628 memory=269716 CPUtime=2246.33 cores=1,3
/proc/12592/stat : 12592 (Exact) R 12505 12592 12592 0 -1 4194304 53367 0 0 0 224448 185 0 0 20 0 1 0 29129277 281219072 67429 18446744073709551615 4198400 8335837 140725319195152 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26730496 140725319203003 140725319203357 140725319203357 140725319208911 0
/proc/12592/statm: 68657 67429 1120 1011 0 67424 0
Current children cumulated CPU time: 3540.77 s
Current children cumulated vsize: 634268 KiB
Current children cumulated memory: 541196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3041.8 s]
/proc/loadavg: 4.89 4.55 4.70 7/254 12800
/proc/meminfo: memFree=125157840/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=359640 memory=271480 CPUtime=1294.44 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) S 12502 12505 11315 0 -1 4194304 192944 0 0 0 129385 59 0 0 20 0 1 0 29056661 368271360 67870 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 89910 67870 3552 6655 0 74319 0
[pid=12592] ppid=12505 vsize=314836 memory=275324 CPUtime=2305.6 cores=1,3
/proc/12592/stat : 12592 (Exact) R 12505 12592 12592 0 -1 4194304 53682 0 0 0 230374 186 0 0 20 0 1 0 29129277 322392064 68831 18446744073709551615 4198400 8335837 140725319195152 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26730496 140725319203003 140725319203357 140725319203357 140725319208911 0
/proc/12592/statm: 78709 68831 1120 1011 0 77476 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 674476 KiB
Current children cumulated memory: 546804 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.68 s, system=2.48059 s

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

[startup+3041.91 s]
/proc/loadavg: 4.89 4.55 4.70 7/254 12800
/proc/meminfo: memFree=125157840/131382116 swapFree=33010684/33010684
[pid=12505] ppid=12502 vsize=359640 memory=271480 CPUtime=1294.44 cores=1,3
/proc/12505/stat : 12505 (LSIPExact) S 12502 12505 11315 0 -1 4194304 192945 136 0 0 129385 59 0 0 20 0 1 0 29056661 368271360 67870 18446744073709551615 94267132121088 94267159377489 140723023891120 0 0 0 16384 0 16386 1 0 0 17 3 0 0 0 0 0 94267167880328 94267168311936 94267182301184 140723023898970 140723023899146 140723023899146 140723023904748 0
/proc/12505/statm: 89910 67870 3552 6655 0 74319 0
Current children cumulated CPU time: 1294.44 s
Current children cumulated vsize: 359640 KiB
Current children cumulated memory: 271480 KiB

Child status: 0

Real time (s): 3042
CPU time (s): 3600.16
CPU user time (s): 3597.68
CPU system time (s): 2.48059
CPU usage (%): 118.348
Max. virtual memory (cumulated for all children) (KiB): 674476
Max. memory (cumulated for all children) (KiB): 546804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.68
system time used= 2.48059
maximum resident set size= 323556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255298
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= 545
involuntary context switches= 44986


# summary of solver processes directly reported to runsolver:
#   pid: 12505
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.68
#   total CPU system time (s): 2.48059

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8022 second user time and 24.7507 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-28 20:02:52
IDJOB=4501965
IDBENCH=152989
IDSOLVER=3336
FILE ID=nodeC010/4501965-1751133772
RUNJOBID= nodeC010-1751133631-11332
SLURM_JOB_ID= 9587410
Free space on /tmp= 432920 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-4501965-1751133772/watcher-4501965-1751133772 -o /tmp/evaluation-result-4501965-1751133772/solver-4501965-1751133772 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751133631-11332 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4501965-1751133772.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= be0542d3b59031398d11b8d8792cc86e
RANDOM SEED=168581469

nodeC010 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	: 0xb00001f
cpu MHz		: 3591.473
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3437.990
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3591.448
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.132
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3591.443
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3492.473
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.155
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3491.660
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129650812 kB
MemAvailable:   129380396 kB
Buffers:            3280 kB
Cached:           542244 kB
SwapCached:            0 kB
Active:           843060 kB
Inactive:         336080 kB
Active(anon):     651580 kB
Inactive(anon):        0 kB
Active(file):     191480 kB
Inactive(file):   336080 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             93608 kB
Writeback:             4 kB
AnonPages:        636732 kB
Mapped:           129268 kB
Shmem:             17960 kB
KReclaimable:      83304 kB
Slab:             161976 kB
SReclaimable:      83304 kB
SUnreclaim:        78672 kB
KernelStack:        4128 kB
PageTables:         4288 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1017456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432840 MiB
End job on nodeC010 at 2025-06-28 20:53:35