Trace number 4514365

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.06 2899.62

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_10.opb
MD5SUM7fddd5a63b4237b93179de1569c49542
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark15.0846
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1806
Total number of constraints8614
Number of constraints which are clauses8610
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint42
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1433.02/726.03	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1433.02/726.03	c numVar: 1806
1433.02/726.03	c numCon: 8614
1433.02/726.03	c numEqual: 4
1433.02/726.03	c intSize: 6
1433.02/726.03	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1433.02/726.03	c ------------------- Paras list -------------------
1433.02/726.03	c Name                	 Type      	 Now       	 Default   	 Comment
1433.02/726.03	c timeout             	 double    	 3600.000000	 3600      	 
1433.02/726.03	c mip_time            	 double    	 0.200000  	 0.5       	 
1433.02/726.03	c ls_time             	 double    	 10.000000 	 10        	 
1433.02/726.03	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1433.02/726.03	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1433.02/726.03	c random_seed         	 int       	 0         	 0         	 
1433.02/726.03	c sample_size         	 int       	 50        	 50        	 
1433.02/726.03	c sub_score           	 int       	 1         	 1         	 
1433.02/726.03	c tabu_base           	 int       	 3         	 3         	 
1433.02/726.03	c tabu_variation      	 int       	 1         	 1         	 
1433.02/726.03	c sub_div             	 int       	 4         	 4         	 
1433.02/726.03	c nbcore              	 int       	 2         	 1         	 
1433.02/726.03	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1433.02/726.03	c print_sol           	 int       	 1         	 1         	 
1433.02/726.03	c tmpdir              	 string		 .         	 "."       	 
1433.02/726.03	c home                	 string		 HOME	 "."       	 
1433.02/726.03	c benchname           	 string		 HOME/instance-4514365-1751139315.opb	 ""        	 
1433.02/726.03	c --------------------------------------------------
1433.02/726.03	c Local Search solver
1433.02/726.03	c MIP solver
1433.02/726.03	c use Exact solver
3600.01/2899.62	s UNKNOWN
3600.01/2899.62	c Total time: 2899

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: 63794 MiB (63113 MiB free)
  memory of node 1: 64507 MiB (63543 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=13365, runsolver pid=13362

[startup+0.100068 s]*
/proc/loadavg: 4.65 4.73 5.18 5/255 13366
/proc/meminfo: memFree=129677812/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=51588 memory=17280 CPUtime=0.08 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 3263 0 0 0 8 0 0 0 20 0 1 0 29611322 52826112 4320 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 12897 4320 1216 6655 0 3132 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 51588 KiB
Current children cumulated memory: 17280 KiB

[startup+0.211035 s]*
/proc/loadavg: 4.65 4.73 5.18 5/255 13366
/proc/meminfo: memFree=129677812/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=51588 memory=17280 CPUtime=0.19 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 3263 0 0 0 19 0 0 0 20 0 1 0 29611322 52826112 4320 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 12897 4320 1216 6655 0 3132 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 51588 KiB
Current children cumulated memory: 17280 KiB

[startup+0.310835 s]*
/proc/loadavg: 4.65 4.73 5.18 5/255 13366
/proc/meminfo: memFree=129677812/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=51588 memory=17280 CPUtime=0.28 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 3263 0 0 0 28 0 0 0 20 0 1 0 29611322 52826112 4320 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 12897 4320 1216 6655 0 3132 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 51588 KiB
Current children cumulated memory: 17280 KiB

[startup+0.700248 s]
/proc/loadavg: 4.65 4.73 5.18 5/255 13366
/proc/meminfo: memFree=129677812/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=51588 memory=17280 CPUtime=0.66 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 3263 0 0 0 66 0 0 0 20 0 1 0 29611322 52826112 4320 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 12897 4320 1216 6655 0 3132 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 51588 KiB
Current children cumulated memory: 17280 KiB

[startup+1.50033 s]
/proc/loadavg: 4.65 4.73 5.18 5/255 13366
/proc/meminfo: memFree=129685876/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=51588 memory=17280 CPUtime=1.46 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 3263 0 0 0 146 0 0 0 20 0 1 0 29611322 52826112 4320 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 12897 4320 1216 6655 0 3132 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 51588 KiB
Current children cumulated memory: 17280 KiB

[startup+3.11363 s]
/proc/loadavg: 4.60 4.72 5.17 6/255 13366
/proc/meminfo: memFree=129686320/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=51588 memory=17280 CPUtime=3.07 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 3263 0 0 0 307 0 0 0 20 0 1 0 29611322 52826112 4320 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 12897 4320 1216 6655 0 3132 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 51588 KiB
Current children cumulated memory: 17280 KiB

[startup+6.30027 s]
/proc/loadavg: 4.60 4.72 5.17 5/255 13366
/proc/meminfo: memFree=129686572/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=51588 memory=17280 CPUtime=6.24 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 3263 0 0 0 624 0 0 0 20 0 1 0 29611322 52826112 4320 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 12897 4320 1216 6655 0 3132 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 51588 KiB
Current children cumulated memory: 17280 KiB

[startup+12.7002 s]
/proc/loadavg: 4.58 4.71 5.16 6/256 13367
/proc/meminfo: memFree=129630448/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=166172 memory=78564 CPUtime=15.12 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 16116 0 0 0 1509 3 0 0 20 0 2 0 29611322 170160128 19641 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 41543 19641 3456 6655 0 18376 0
[pid=13365/tid=13367] ppid=13362 vsize=166172 memory=6256 CPUtime=2.48 cores=4,6
/proc/13365/task/13367/stat : 13367 (LSIPExact) R 13362 13365 11065 0 -1 4194368 3130 0 0 0 248 0 0 0 20 0 2 0 29612326 170160128 19641 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
Current children cumulated CPU time: 15.12 s
Current children cumulated vsize: 166172 KiB
Current children cumulated memory: 78564 KiB

[startup+25.5002 s]
/proc/loadavg: 4.65 4.72 5.16 6/256 13367
/proc/meminfo: memFree=129608852/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=195708 memory=109668 CPUtime=40.56 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 48748 0 0 0 4049 7 0 0 20 0 2 0 29611322 200404992 27417 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 48927 27417 3488 6655 0 26172 0
[pid=13365/tid=13367] ppid=13362 vsize=195708 memory=109412 CPUtime=15.16 cores=4,6
/proc/13365/task/13367/stat : 13367 (LSIPExact) R 13362 13365 11065 0 -1 4194368 13233 0 0 0 1515 1 0 0 20 0 2 0 29612326 200404992 27417 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
Current children cumulated CPU time: 40.56 s
Current children cumulated vsize: 195708 KiB
Current children cumulated memory: 109668 KiB

[startup+51.1058 s]
/proc/loadavg: 4.77 4.74 5.16 6/255 13367
/proc/meminfo: memFree=129585832/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=195708 memory=113380 CPUtime=91.45 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 64496 0 0 0 9137 8 0 0 20 0 2 0 29611322 200404992 28345 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 48927 28345 3520 6655 0 26835 0
[pid=13365/tid=13367] ppid=13362 vsize=195708 memory=111332 CPUtime=40.5 cores=4,6
/proc/13365/task/13367/stat : 13367 (LSIPExact) R 13362 13365 11065 0 -1 4194368 19047 0 0 0 4049 1 0 0 20 0 2 0 29612326 200404992 28345 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
Current children cumulated CPU time: 91.45 s
Current children cumulated vsize: 195708 KiB
Current children cumulated memory: 113380 KiB

[startup+102.3 s]
/proc/loadavg: 4.95 4.80 5.15 6/256 13370
/proc/meminfo: memFree=129506572/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=195708 memory=137828 CPUtime=193.19 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 88682 0 0 0 19309 10 0 0 20 0 2 0 29611322 200404992 34457 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 48927 34457 3520 6655 0 32668 0
[pid=13365/tid=13367] ppid=13362 vsize=195708 memory=17024 CPUtime=91.21 cores=4,6
/proc/13365/task/13367/stat : 13367 (LSIPExact) R 13362 13365 11065 0 -1 4194368 37545 0 0 0 9117 4 0 0 20 0 2 0 29612326 200404992 34457 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
Current children cumulated CPU time: 193.19 s
Current children cumulated vsize: 195708 KiB
Current children cumulated memory: 137828 KiB

[startup+162.3 s]
/proc/loadavg: 5.09 4.87 5.15 6/256 13372
/proc/meminfo: memFree=129502192/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=195708 memory=137828 CPUtime=312.49 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 89481 0 0 0 31239 10 0 0 20 0 2 0 29611322 200404992 34457 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 48927 34457 3520 6655 0 32668 0
[pid=13365/tid=13367] ppid=13362 vsize=195708 memory=137828 CPUtime=150.65 cores=4,6
/proc/13365/task/13367/stat : 13367 (LSIPExact) R 13362 13365 11065 0 -1 4194368 38318 0 0 0 15061 4 0 0 20 0 2 0 29612326 200404992 34457 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
Current children cumulated CPU time: 312.49 s
Current children cumulated vsize: 195708 KiB
Current children cumulated memory: 137828 KiB

[startup+222.3 s]
/proc/loadavg: 5.09 4.91 5.15 6/257 13375
/proc/meminfo: memFree=129517800/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=195708 memory=137828 CPUtime=431.78 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 89582 0 0 0 43168 10 0 0 20 0 2 0 29611322 200404992 34457 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 48927 34457 3520 6655 0 32668 0
[pid=13365/tid=13367] ppid=13362 vsize=195708 memory=137828 CPUtime=210.08 cores=4,6
/proc/13365/task/13367/stat : 13367 (LSIPExact) R 13362 13365 11065 0 -1 4194368 38373 0 0 0 21004 4 0 0 20 0 2 0 29612326 200404992 34457 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
Current children cumulated CPU time: 431.78 s
Current children cumulated vsize: 195708 KiB
Current children cumulated memory: 137828 KiB

[startup+282.3 s]
/proc/loadavg: 5.45 5.03 5.17 6/257 13377
/proc/meminfo: memFree=129512208/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=195708 memory=137828 CPUtime=551.07 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 89871 0 0 0 55097 10 0 0 20 0 2 0 29611322 200404992 34457 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 48927 34457 3520 6655 0 32668 0
[pid=13365/tid=13367] ppid=13362 vsize=195708 memory=137828 CPUtime=269.52 cores=4,6
/proc/13365/task/13367/stat : 13367 (LSIPExact) R 13362 13365 11065 0 -1 4194368 38380 0 0 0 26948 4 0 0 20 0 2 0 29612326 200404992 34457 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
Current children cumulated CPU time: 551.07 s
Current children cumulated vsize: 195708 KiB
Current children cumulated memory: 137828 KiB

[startup+342.3 s]
/proc/loadavg: 5.58 5.16 5.20 6/256 13379
/proc/meminfo: memFree=129511164/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=195708 memory=137828 CPUtime=670.32 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) R 13362 13365 11065 0 -1 4194304 89877 0 0 0 67022 10 0 0 20 0 2 0 29611322 200404992 34457 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 48927 34457 3520 6655 0 32668 0
[pid=13365/tid=13367] ppid=13362 vsize=195708 memory=137828 CPUtime=328.97 cores=4,6
/proc/13365/task/13367/stat : 13367 (LSIPExact) R 13362 13365 11065 0 -1 4194368 38380 0 0 0 32893 4 0 0 20 0 2 0 29612326 200404992 34457 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
Current children cumulated CPU time: 670.32 s
Current children cumulated vsize: 195708 KiB
Current children cumulated memory: 137828 KiB


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

/proc/loadavg: 2.12 2.41 3.42 3/239 13772
/proc/meminfo: memFree=129587168/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=196404 memory=138856 CPUtime=1433.09 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) S 13362 13365 11065 0 -1 4194304 93018 0 0 0 143298 11 0 0 20 0 1 0 29611322 201117696 34714 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 49101 34714 3584 6655 0 33141 0
[pid=13584] ppid=13365 vsize=136828 memory=122908 CPUtime=1591.33 cores=4,6
/proc/13584/stat : 13584 (Exact) R 13365 13584 13584 0 -1 4194304 21356 0 0 0 158972 161 0 0 20 0 1 0 29683926 140111872 30727 18446744073709551615 4198400 8335837 140733188133504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45707264 140733188139195 140733188139549 140733188139549 140733188145103 0
/proc/13584/statm: 34207 30727 1152 1011 0 32974 0
Current children cumulated CPU time: 3024.42 s
Current children cumulated vsize: 333232 KiB
Current children cumulated memory: 261764 KiB

[startup+2382.3 s]
/proc/loadavg: 2.09 2.35 3.33 3/240 13777
/proc/meminfo: memFree=129592192/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=196404 memory=138856 CPUtime=1433.09 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) S 13362 13365 11065 0 -1 4194304 93018 0 0 0 143298 11 0 0 20 0 1 0 29611322 201117696 34714 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 49101 34714 3584 6655 0 33141 0
[pid=13584] ppid=13365 vsize=138632 memory=126672 CPUtime=1651.16 cores=4,6
/proc/13584/stat : 13584 (Exact) R 13365 13584 13584 0 -1 4194304 21808 0 0 0 164954 162 0 0 20 0 1 0 29683926 141959168 31668 18446744073709551615 4198400 8335837 140733188133504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45707264 140733188139195 140733188139549 140733188139549 140733188145103 0
/proc/13584/statm: 34658 31668 1152 1011 0 33425 0
Current children cumulated CPU time: 3084.25 s
Current children cumulated vsize: 335036 KiB
Current children cumulated memory: 265528 KiB

[startup+2442.3 s]
/proc/loadavg: 2.07 2.30 3.25 3/240 13783
/proc/meminfo: memFree=129589356/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=196404 memory=138856 CPUtime=1433.09 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) S 13362 13365 11065 0 -1 4194304 93018 0 0 0 143298 11 0 0 20 0 1 0 29611322 201117696 34714 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 49101 34714 3584 6655 0 33141 0
[pid=13584] ppid=13365 vsize=139832 memory=134104 CPUtime=1710.97 cores=4,6
/proc/13584/stat : 13584 (Exact) R 13365 13584 13584 0 -1 4194304 22111 0 0 0 170932 165 0 0 20 0 1 0 29683926 143187968 33526 18446744073709551615 4198400 8335837 140733188133504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45707264 140733188139195 140733188139549 140733188139549 140733188145103 0
/proc/13584/statm: 34958 33526 1152 1011 0 33725 0
Current children cumulated CPU time: 3144.06 s
Current children cumulated vsize: 336236 KiB
Current children cumulated memory: 272960 KiB

[startup+2502.3 s]
/proc/loadavg: 2.08 2.26 3.18 3/240 13785
/proc/meminfo: memFree=129580928/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=196404 memory=138856 CPUtime=1433.09 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) S 13362 13365 11065 0 -1 4194304 93018 0 0 0 143298 11 0 0 20 0 1 0 29611322 201117696 34714 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 49101 34714 3584 6655 0 33141 0
[pid=13584] ppid=13365 vsize=142204 memory=136408 CPUtime=1770.79 cores=4,6
/proc/13584/stat : 13584 (Exact) R 13365 13584 13584 0 -1 4194304 22704 0 0 0 176904 175 0 0 20 0 1 0 29683926 145616896 34102 18446744073709551615 4198400 8335837 140733188133504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45707264 140733188139195 140733188139549 140733188139549 140733188145103 0
/proc/13584/statm: 35551 34102 1152 1011 0 34318 0
Current children cumulated CPU time: 3203.88 s
Current children cumulated vsize: 338608 KiB
Current children cumulated memory: 275264 KiB

[startup+2562.3 s]
/proc/loadavg: 2.07 2.22 3.11 3/240 13787
/proc/meminfo: memFree=129581168/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=196404 memory=138856 CPUtime=1433.09 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) S 13362 13365 11065 0 -1 4194304 93018 0 0 0 143298 11 0 0 20 0 1 0 29611322 201117696 34714 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 49101 34714 3584 6655 0 33141 0
[pid=13584] ppid=13365 vsize=145148 memory=139352 CPUtime=1830.6 cores=4,6
/proc/13584/stat : 13584 (Exact) R 13365 13584 13584 0 -1 4194304 23440 0 0 0 182880 180 0 0 20 0 1 0 29683926 148631552 34838 18446744073709551615 4198400 8335837 140733188133504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45707264 140733188139195 140733188139549 140733188139549 140733188145103 0
/proc/13584/statm: 36287 34838 1152 1011 0 35054 0
Current children cumulated CPU time: 3263.69 s
Current children cumulated vsize: 341552 KiB
Current children cumulated memory: 278208 KiB

[startup+2622.3 s]
/proc/loadavg: 2.12 2.21 3.04 3/240 13789
/proc/meminfo: memFree=129579544/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=196404 memory=138856 CPUtime=1433.09 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) S 13362 13365 11065 0 -1 4194304 93018 0 0 0 143298 11 0 0 20 0 1 0 29611322 201117696 34714 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 49101 34714 3584 6655 0 33141 0
[pid=13584] ppid=13365 vsize=145800 memory=139992 CPUtime=1890.41 cores=4,6
/proc/13584/stat : 13584 (Exact) R 13365 13584 13584 0 -1 4194304 23636 0 0 0 188860 181 0 0 20 0 1 0 29683926 149299200 34998 18446744073709551615 4198400 8335837 140733188133504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45707264 140733188139195 140733188139549 140733188139549 140733188145103 0
/proc/13584/statm: 36450 34998 1152 1011 0 35217 0
Current children cumulated CPU time: 3323.5 s
Current children cumulated vsize: 342204 KiB
Current children cumulated memory: 278848 KiB

[startup+2682.3 s]
/proc/loadavg: 2.04 2.17 2.98 3/240 13791
/proc/meminfo: memFree=129555176/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=196404 memory=138856 CPUtime=1433.09 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) S 13362 13365 11065 0 -1 4194304 93018 0 0 0 143298 11 0 0 20 0 1 0 29611322 201117696 34714 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 49101 34714 3584 6655 0 33141 0
[pid=13584] ppid=13365 vsize=187972 memory=151008 CPUtime=1950.25 cores=4,6
/proc/13584/stat : 13584 (Exact) R 13365 13584 13584 0 -1 4194304 24816 0 0 0 194835 190 0 0 20 0 1 0 29683926 192483328 37752 18446744073709551615 4198400 8335837 140733188133504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45707264 140733188139195 140733188139549 140733188139549 140733188145103 0
/proc/13584/statm: 46993 37752 1152 1011 0 45760 0
Current children cumulated CPU time: 3383.34 s
Current children cumulated vsize: 384376 KiB
Current children cumulated memory: 289864 KiB

[startup+2742.3 s]
/proc/loadavg: 2.18 2.18 2.93 3/240 13793
/proc/meminfo: memFree=129569880/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=196404 memory=138856 CPUtime=1433.09 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) S 13362 13365 11065 0 -1 4194304 93018 0 0 0 143298 11 0 0 20 0 1 0 29611322 201117696 34714 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 49101 34714 3584 6655 0 33141 0
[pid=13584] ppid=13365 vsize=188956 memory=152032 CPUtime=2010.08 cores=4,6
/proc/13584/stat : 13584 (Exact) R 13365 13584 13584 0 -1 4194304 25065 0 0 0 200817 191 0 0 20 0 1 0 29683926 193490944 38008 18446744073709551615 4198400 8335837 140733188133504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45707264 140733188139195 140733188139549 140733188139549 140733188145103 0
/proc/13584/statm: 47239 38008 1152 1011 0 46006 0
Current children cumulated CPU time: 3443.17 s
Current children cumulated vsize: 385360 KiB
Current children cumulated memory: 290888 KiB

[startup+2802.3 s]
/proc/loadavg: 2.12 2.16 2.87 3/240 13795
/proc/meminfo: memFree=129570780/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=196404 memory=138856 CPUtime=1433.09 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) S 13362 13365 11065 0 -1 4194304 93018 0 0 0 143298 11 0 0 20 0 1 0 29611322 201117696 34714 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 49101 34714 3584 6655 0 33141 0
[pid=13584] ppid=13365 vsize=189320 memory=152416 CPUtime=2069.91 cores=4,6
/proc/13584/stat : 13584 (Exact) R 13365 13584 13584 0 -1 4194304 25156 0 0 0 206794 197 0 0 20 0 1 0 29683926 193863680 38104 18446744073709551615 4198400 8335837 140733188133504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45707264 140733188139195 140733188139549 140733188139549 140733188145103 0
/proc/13584/statm: 47330 38104 1152 1011 0 46097 0
Current children cumulated CPU time: 3503 s
Current children cumulated vsize: 385724 KiB
Current children cumulated memory: 291272 KiB

[startup+2862.3 s]
/proc/loadavg: 2.09 2.15 2.82 3/240 13797
/proc/meminfo: memFree=129563144/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=196404 memory=138856 CPUtime=1433.09 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) S 13362 13365 11065 0 -1 4194304 93018 0 0 0 143298 11 0 0 20 0 1 0 29611322 201117696 34714 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 49101 34714 3584 6655 0 33141 0
[pid=13584] ppid=13365 vsize=189320 memory=152544 CPUtime=2129.74 cores=4,6
/proc/13584/stat : 13584 (Exact) R 13365 13584 13584 0 -1 4194304 25180 0 0 0 212741 233 0 0 20 0 1 0 29683926 193863680 38136 18446744073709551615 4198400 8335837 140733188133504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45707264 140733188139195 140733188139549 140733188139549 140733188145103 0
/proc/13584/statm: 47330 38136 1152 1011 0 46097 0
Current children cumulated CPU time: 3562.83 s
Current children cumulated vsize: 385724 KiB
Current children cumulated memory: 291400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2899.6 s]
/proc/loadavg: 2.05 2.13 2.79 3/240 13798
/proc/meminfo: memFree=129559320/131382112 swapFree=33010684/33010684
[pid=13365] ppid=13362 vsize=196404 memory=138856 CPUtime=1433.09 cores=4,6
/proc/13365/stat : 13365 (LSIPExact) S 13362 13365 11065 0 -1 4194304 93018 0 0 0 143298 11 0 0 20 0 1 0 29611322 201117696 34714 18446744073709551615 94381183754240 94381211010641 140729874555648 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94381219513480 94381219945088 94381230997504 140729874561370 140729874561546 140729874561546 140729874567148 0
/proc/13365/statm: 49101 34714 3584 6655 0 33141 0
[pid=13584] ppid=13365 vsize=192540 memory=155688 CPUtime=2166.92 cores=4,6
/proc/13584/stat : 13584 (Exact) R 13365 13584 13584 0 -1 4194304 25464 0 0 0 216459 233 0 0 20 0 1 0 29683926 197160960 38922 18446744073709551615 4198400 8335837 140733188133504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45707264 140733188139195 140733188139549 140733188139549 140733188145103 0
/proc/13584/statm: 48135 38922 1152 1011 0 46902 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 388944 KiB
Current children cumulated memory: 294544 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.6 s, system=2.45684 s

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

Child status: 0

Real time (s): 2899.62
CPU time (s): 3600.06
CPU user time (s): 3597.6
CPU system time (s): 2.45684
CPU usage (%): 124.156
Max. virtual memory (cumulated for all children) (KiB): 434676
Max. memory (cumulated for all children) (KiB): 325940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.6
system time used= 2.45684
maximum resident set size= 195276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119135
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= 363
involuntary context switches= 11708


# summary of solver processes directly reported to runsolver:
#   pid: 13365
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3597.6
#   total CPU system time (s): 2.45684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8661 second user time and 24.8032 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-28 21:35:15
IDJOB=4514365
IDBENCH=162673
IDSOLVER=3336
FILE ID=nodeC009/4514365-1751139315
RUNJOBID= nodeC009-1751133631-11081
SLURM_JOB_ID= 9587409
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_10.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514365-1751139315/watcher-4514365-1751139315 -o /tmp/evaluation-result-4514365-1751139315/solver-4514365-1751139315 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751133631-11081 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4514365-1751139315.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 7fddd5a63b4237b93179de1569c49542
RANDOM SEED=1371888859

nodeC009 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		: 3662.706
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.85
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		: 3531.762
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.85
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		: 1197.569
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.85
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		: 3700.000
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.85
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		: 3492.727
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.85
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		: 3691.479
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.85
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		: 3491.897
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.85
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129697656 kB
MemAvailable:   129414328 kB
Buffers:            3280 kB
Cached:           529028 kB
SwapCached:            0 kB
Active:           781332 kB
Inactive:         330968 kB
Active(anon):     597952 kB
Inactive(anon):        0 kB
Active(file):     183380 kB
Inactive(file):   330968 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45100 kB
Writeback:             0 kB
AnonPages:        583004 kB
Mapped:           152060 kB
Shmem:             17960 kB
KReclaimable:      83516 kB
Slab:             161620 kB
SReclaimable:      83516 kB
SUnreclaim:        78104 kB
KernelStack:        4176 kB
PageTables:         4280 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     991068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    456704 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC009 at 2025-06-28 22:23:35