Trace number 4504467

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.17 1834.25

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_6_mh.opb
MD5SUMbe1e6661b1f36da26adf689ebfb8263d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4048247
Best CPU time to get the best result obtained on this benchmark3600.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 127263527
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 57621991382
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 57621991382
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.04/1832.20	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.04/1832.20	c numVar: 250200
3600.04/1832.20	c numCon: 605407
3600.04/1832.20	c numEqual: 4907
3600.04/1832.20	c intSize: 36
3600.04/1832.20	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.04/1832.20	c ------------------- Paras list -------------------
3600.04/1832.20	c Name                	 Type      	 Now       	 Default   	 Comment
3600.04/1832.20	c timeout             	 double    	 3600.000000	 3600      	 
3600.04/1832.20	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.04/1832.20	c ls_time             	 double    	 10.000000 	 10        	 
3600.04/1832.20	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.04/1832.20	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.04/1832.20	c random_seed         	 int       	 0         	 0         	 
3600.04/1832.20	c sample_size         	 int       	 50        	 50        	 
3600.04/1832.20	c sub_score           	 int       	 1         	 1         	 
3600.04/1832.20	c tabu_base           	 int       	 3         	 3         	 
3600.04/1832.20	c tabu_variation      	 int       	 1         	 1         	 
3600.04/1832.20	c sub_div             	 int       	 4         	 4         	 
3600.04/1832.20	c nbcore              	 int       	 2         	 1         	 
3600.04/1832.20	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.04/1832.20	c print_sol           	 int       	 1         	 1         	 
3600.04/1832.20	c tmpdir              	 string		 .         	 "."       	 
3600.04/1832.20	c home                	 string		 HOME	 "."       	 
3600.04/1832.20	c benchname           	 string		 HOME/instance-4504467-1751436237.opb	 ""        	 
3600.04/1832.20	c --------------------------------------------------
3600.04/1832.20	c Local Search solver
3600.04/1832.20	c LS find feasible solution for PBO with objective value 119732556
3600.04/1832.20	c MIP solver
3600.04/1832.20	c receive signal 15, try to interrupt solver...
3600.67/1832.77	c MIP solver find feasible solution
3600.77/1832.81	c MIP solver objective value: 5.24663e+06
3600.86/1832.94	c MIP find feasible solution for PBO with objective value 5246628
3600.86/1832.94	c copy file: 0
3600.86/1832.94	c gen ub file: HOME/instance-4504467-1751436237.opb_ub.opb
3600.86/1832.94	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61938 MiB free)
  memory of node 1: 64465 MiB (63464 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504467-1751436237/watcher-4504467-1751436237 -o /tmp/evaluation-result-4504467-1751436237/solver-4504467-1751436237 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751434073-56807 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4504467-1751436237.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=57144, runsolver pid=57141

[startup+0.10006 s]*
/proc/loadavg: 1.09 1.24 1.89 2/246 57145
/proc/meminfo: memFree=128259608/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=207608 memory=163628 CPUtime=0.09 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 31693 0 0 0 4 5 0 0 20 0 1 0 59301221 212590592 40907 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 51902 40907 1152 6655 0 42137 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 207608 KiB
Current children cumulated memory: 163628 KiB

[startup+0.205203 s]*
/proc/loadavg: 1.09 1.24 1.89 2/246 57145
/proc/meminfo: memFree=128227600/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=258108 memory=209140 CPUtime=0.19 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 37883 0 0 0 12 7 0 0 20 0 1 0 59301221 264302592 52285 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 64527 52285 1184 6655 0 54762 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 258108 KiB
Current children cumulated memory: 209140 KiB

[startup+0.305171 s]*
/proc/loadavg: 1.09 1.24 1.89 2/246 57145
/proc/meminfo: memFree=128118288/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=337828 memory=302336 CPUtime=0.29 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 55048 0 0 0 19 10 0 0 20 0 1 0 59301221 345935872 75584 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 84457 75584 1184 6655 0 74692 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 337828 KiB
Current children cumulated memory: 302336 KiB

[startup+0.700167 s]
/proc/loadavg: 1.09 1.24 1.89 2/246 57145
/proc/meminfo: memFree=128053776/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=472492 memory=435968 CPUtime=0.69 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 88445 0 0 0 52 17 0 0 20 0 1 0 59301221 483831808 108960 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 118123 108992 1184 6655 0 108358 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 472492 KiB
Current children cumulated memory: 435968 KiB

[startup+1.50017 s]
/proc/loadavg: 1.09 1.24 1.89 2/246 57145
/proc/meminfo: memFree=127948960/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=513264 memory=476672 CPUtime=1.48 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 98650 0 0 0 129 19 0 0 20 0 1 0 59301221 525582336 119168 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 128316 119168 1184 6655 0 118551 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 513264 KiB
Current children cumulated memory: 476672 KiB

[startup+3.10499 s]
/proc/loadavg: 1.08 1.23 1.89 2/246 57145
/proc/meminfo: memFree=127948964/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=513264 memory=476672 CPUtime=3.08 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 98690 0 0 0 289 19 0 0 20 0 1 0 59301221 525582336 119168 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 128316 119168 1184 6655 0 118551 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 513264 KiB
Current children cumulated memory: 476672 KiB

[startup+6.30016 s]
/proc/loadavg: 1.08 1.23 1.89 2/246 57145
/proc/meminfo: memFree=127940900/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=514332 memory=477696 CPUtime=6.26 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 99006 0 0 0 607 19 0 0 20 0 1 0 59301221 526675968 119424 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 128583 119424 1184 6655 0 118818 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 514332 KiB
Current children cumulated memory: 477696 KiB

[startup+12.7002 s]
/proc/loadavg: 1.15 1.24 1.89 2/247 57146
/proc/meminfo: memFree=127368732/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=1216768 memory=1069188 CPUtime=12.65 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 188851 0 0 0 1225 40 0 0 20 0 2 0 59301221 1245970432 267297 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 304192 267297 2752 6655 0 278075 0
[pid=57144/tid=57146] ppid=57141 vsize=1216768 memory=1032792 CPUtime=0 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) S 57141 57144 56367 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 59302309 1245970432 267297 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1216768 KiB
Current children cumulated memory: 1069188 KiB

[startup+25.5002 s]
/proc/loadavg: 1.13 1.23 1.88 2/247 57146
/proc/meminfo: memFree=126983100/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=1455228 memory=1312648 CPUtime=25.41 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 266204 0 0 0 2486 55 0 0 20 0 2 0 59301221 1490153472 328162 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 363807 328162 2912 6655 0 337690 0
[pid=57144/tid=57146] ppid=57141 vsize=1455228 memory=1312648 CPUtime=0 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) S 57141 57144 56367 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 59302309 1490153472 328162 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1455228 KiB
Current children cumulated memory: 1312648 KiB

[startup+51.1053 s]
/proc/loadavg: 1.31 1.26 1.87 3/247 57147
/proc/meminfo: memFree=125177808/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=3624000 memory=3211168 CPUtime=68.32 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 549150 0 0 0 6699 133 0 0 20 0 2 0 59301221 3710976000 802792 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 906000 802792 3520 6655 0 880633 0
[pid=57144/tid=57146] ppid=57141 vsize=3624000 memory=2298968 CPUtime=17.46 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 67679 0 0 0 1729 17 0 0 20 0 2 0 59302309 3710976000 802792 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 68.32 s
Current children cumulated vsize: 3624000 KiB
Current children cumulated memory: 3211168 KiB

[startup+102.3 s]
/proc/loadavg: 1.83 1.42 1.89 3/248 57150
/proc/meminfo: memFree=125145188/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=3495264 memory=3261400 CPUtime=170 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 806275 0 0 0 16800 200 0 0 20 0 2 0 59301221 3579150336 815350 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 873816 815350 3520 6655 0 843994 0
[pid=57144/tid=57146] ppid=57141 vsize=3495264 memory=3296220 CPUtime=68.12 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 135527 0 0 0 6779 33 0 0 20 0 2 0 59302309 3579150336 815350 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 170 s
Current children cumulated vsize: 3495264 KiB
Current children cumulated memory: 3261400 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.54 1.91 3/248 57153
/proc/meminfo: memFree=125120108/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=3579632 memory=3328596 CPUtime=289.16 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 1007298 0 0 0 28636 280 0 0 20 0 2 0 59301221 3665543168 832149 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 894908 832149 3520 6655 0 868075 0
[pid=57144/tid=57146] ppid=57141 vsize=3579632 memory=5632 CPUtime=127.48 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 192493 0 0 0 12704 44 0 0 20 0 2 0 59302309 3665543168 832149 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 289.16 s
Current children cumulated vsize: 3579632 KiB
Current children cumulated memory: 3328596 KiB

[startup+222.3 s]
/proc/loadavg: 2.04 1.64 1.92 3/248 57159
/proc/meminfo: memFree=125077652/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=3585004 memory=3377208 CPUtime=408.32 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 1170910 0 0 0 40407 425 0 0 20 0 2 0 59301221 3671044096 844302 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 896251 844302 3520 6655 0 870604 0
[pid=57144/tid=57146] ppid=57141 vsize=3585004 memory=3307696 CPUtime=186.86 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 207374 0 0 0 18634 52 0 0 20 0 2 0 59302309 3671044096 844302 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 408.32 s
Current children cumulated vsize: 3585004 KiB
Current children cumulated memory: 3377208 KiB

[startup+282.3 s]
/proc/loadavg: 2.11 1.74 1.94 3/248 57161
/proc/meminfo: memFree=125070156/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=3550808 memory=3356176 CPUtime=527.53 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 1368355 0 0 0 52264 489 0 0 20 0 2 0 59301221 3636027392 839044 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 887702 839044 3520 6655 0 863574 0
[pid=57144/tid=57146] ppid=57141 vsize=3550808 memory=10752 CPUtime=246.25 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 234730 0 0 0 24564 61 0 0 20 0 2 0 59302309 3636027392 839044 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 527.53 s
Current children cumulated vsize: 3550808 KiB
Current children cumulated memory: 3356176 KiB

[startup+342.3 s]
/proc/loadavg: 2.08 1.81 1.95 3/248 57163
/proc/meminfo: memFree=125056640/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=3586744 memory=3378420 CPUtime=646.7 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 1467042 0 0 0 64164 506 0 0 20 0 2 0 59301221 3672825856 844605 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 896686 844605 3520 6655 0 872558 0
[pid=57144/tid=57146] ppid=57141 vsize=3586744 memory=17920 CPUtime=305.61 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 286970 0 0 0 30488 73 0 0 20 0 2 0 59302309 3672825856 844605 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 646.7 s
Current children cumulated vsize: 3586744 KiB
Current children cumulated memory: 3378420 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=124470656/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=4089260 memory=3940168 CPUtime=2785.95 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 2500983 0 0 0 277804 791 0 0 20 0 2 0 59301221 4187402240 985042 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 1022315 985042 3520 6655 0 994049 0
[pid=57144/tid=57146] ppid=57141 vsize=4089260 memory=3940168 CPUtime=1368.77 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 651610 0 0 0 136658 219 0 0 20 0 2 0 59302309 4187402240 985042 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 2785.95 s
Current children cumulated vsize: 4089260 KiB
Current children cumulated memory: 3940168 KiB

[startup+1482.3 s]
/proc/loadavg: 2.11 2.09 2.02 3/247 57221
/proc/meminfo: memFree=124436588/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=4115788 memory=3976144 CPUtime=2905.1 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 2533383 0 0 0 289698 812 0 0 20 0 2 0 59301221 4214566912 994036 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 1028947 994036 3520 6655 0 1000681 0
[pid=57144/tid=57146] ppid=57141 vsize=4115788 memory=3933500 CPUtime=1428.15 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 675531 0 0 0 142579 236 0 0 20 0 2 0 59302309 4214566912 994036 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 2905.1 s
Current children cumulated vsize: 4115788 KiB
Current children cumulated memory: 3976144 KiB

[startup+1542.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/247 57223
/proc/meminfo: memFree=124373404/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=4184136 memory=4036932 CPUtime=3024.32 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 2563671 0 0 0 301599 833 0 0 20 0 2 0 59301221 4284555264 1009233 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 1046034 1009233 3520 6655 0 1015682 0
[pid=57144/tid=57146] ppid=57141 vsize=4184136 memory=4036932 CPUtime=1487.58 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 688790 0 0 0 148512 246 0 0 20 0 2 0 59302309 4284555264 1009233 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 3024.32 s
Current children cumulated vsize: 4184136 KiB
Current children cumulated memory: 4036932 KiB

[startup+1602.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/247 57225
/proc/meminfo: memFree=124355252/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=4207104 memory=4050564 CPUtime=3143.51 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 2597183 0 0 0 313498 853 0 0 20 0 2 0 59301221 4308074496 1012641 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 1051776 1012641 3520 6655 0 1021776 0
[pid=57144/tid=57146] ppid=57141 vsize=4207104 memory=4050564 CPUtime=1546.97 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 704051 0 0 0 154445 252 0 0 20 0 2 0 59302309 4308074496 1012641 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 3143.51 s
Current children cumulated vsize: 4207104 KiB
Current children cumulated memory: 4050564 KiB

[startup+1662.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/247 57227
/proc/meminfo: memFree=124329828/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=4223332 memory=4070996 CPUtime=3262.64 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 2624674 0 0 0 325387 877 0 0 20 0 2 0 59301221 4324691968 1017749 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 1055833 1017749 3520 6655 0 1026887 0
[pid=57144/tid=57146] ppid=57141 vsize=4223332 memory=14432 CPUtime=1606.35 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 721853 0 0 0 160369 266 0 0 20 0 2 0 59302309 4324691968 1017749 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 3262.64 s
Current children cumulated vsize: 4223332 KiB
Current children cumulated memory: 4070996 KiB

[startup+1722.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/247 57229
/proc/meminfo: memFree=124313384/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=4241164 memory=4097416 CPUtime=3381.8 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 2656443 0 0 0 337282 898 0 0 20 0 2 0 59301221 4342951936 1024354 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 1060291 1024354 3520 6655 0 1031345 0
[pid=57144/tid=57146] ppid=57141 vsize=4241164 memory=14432 CPUtime=1665.73 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 740895 0 0 0 166294 279 0 0 20 0 2 0 59302309 4342951936 1024354 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 3381.8 s
Current children cumulated vsize: 4241164 KiB
Current children cumulated memory: 4097416 KiB

[startup+1782.3 s]
/proc/loadavg: 2.13 2.09 2.02 3/247 57232
/proc/meminfo: memFree=124306948/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=4247960 memory=4108916 CPUtime=3500.96 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 2698286 0 0 0 349185 911 0 0 20 0 2 0 59301221 4349911040 1027229 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 1061990 1027229 3520 6655 0 1033044 0
[pid=57144/tid=57146] ppid=57141 vsize=4247960 memory=17920 CPUtime=1725.11 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 766109 0 0 0 172221 290 0 0 20 0 2 0 59302309 4349911040 1027229 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 3500.96 s
Current children cumulated vsize: 4247960 KiB
Current children cumulated memory: 4108916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1832.2 s]
/proc/loadavg: 2.06 2.08 2.02 3/248 57237
/proc/meminfo: memFree=124328896/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=4247960 memory=4107284 CPUtime=3600.04 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) R 57141 57144 56367 0 -1 4194304 2719908 0 0 0 359073 931 0 0 20 0 2 0 59301221 4349911040 1026821 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 1061990 1026821 3520 6655 0 1033044 0
[pid=57144/tid=57146] ppid=57141 vsize=4247960 memory=25508 CPUtime=1774.48 cores=5,7
/proc/57144/task/57146/stat : 57146 (LSIPExact) R 57141 57144 56367 0 -1 4194368 781370 0 0 0 177139 309 0 0 20 0 2 0 59302309 4349911040 1026821 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 4247960 KiB
Current children cumulated memory: 4107284 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+1834.25 s]
# the end of solver process 57144 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3591.5 s, system=9.44144 s

[startup+1834.25 s]
# the end of solver process 57239 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3592.58 s, system=9.58369 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
Dumping a history of the last processes samples

[startup+1833.6 s]
/proc/loadavg: 2.06 2.08 2.02 2/248 57239
/proc/meminfo: memFree=125471848/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=2991724 memory=2885828 CPUtime=3600.89 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) S 57141 57144 56367 0 -1 4194304 2809012 230 0 0 359150 939 0 0 20 0 1 0 59301221 3063525376 721457 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 747931 721457 3552 6655 0 724399 0
[pid=57239] ppid=57144 vsize=305152 memory=295044 CPUtime=0.6 cores=5,7
/proc/57239/stat : 57239 (Exact) R 57144 57239 57239 0 -1 4194304 46189 0 0 0 50 10 0 0 20 0 1 0 59484515 312475648 73761 18446744073709551615 4198400 8335837 140724053500992 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 26378240 140724053510324 140724053510685 140724053510685 140724053516239 0
/proc/57239/statm: 76288 73761 960 1011 0 75055 0
Current children cumulated CPU time: 3601.49 s
Current children cumulated vsize: 3296876 KiB
Current children cumulated memory: 3180872 KiB

[startup+1834 s]*
/proc/loadavg: 2.06 2.08 2.02 2/248 57239
/proc/meminfo: memFree=125180404/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=2991724 memory=2885828 CPUtime=3600.89 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) S 57141 57144 56367 0 -1 4194304 2809012 230 0 0 359150 939 0 0 20 0 1 0 59301221 3063525376 721457 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 747931 721457 3552 6655 0 724399 0
[pid=57239] ppid=57144 vsize=364116 memory=348076 CPUtime=1.01 cores=5,7
/proc/57239/stat : 57239 (Exact) R 57144 57239 57239 0 -1 4194304 57642 0 0 0 88 13 0 0 20 0 1 0 59484515 372854784 87019 18446744073709551615 4198400 8335837 140724053500992 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 26378240 140724053510324 140724053510685 140724053510685 140724053516239 0
/proc/57239/statm: 91029 87019 960 1011 0 89796 0
Current children cumulated CPU time: 3601.9 s
Current children cumulated vsize: 3355840 KiB
Current children cumulated memory: 3233904 KiB

[startup+1834.2 s]
/proc/loadavg: 2.06 2.08 2.02 2/248 57239
/proc/meminfo: memFree=125180404/131250000 swapFree=33007332/33010684
[pid=57144] ppid=57141 vsize=2991724 memory=2885828 CPUtime=3600.89 cores=5,7
/proc/57144/stat : 57144 (LSIPExact) S 57141 57144 56367 0 -1 4194304 2809012 230 0 0 359150 939 0 0 20 0 1 0 59301221 3063525376 721457 18446744073709551615 94140626669568 94140653925969 140730601973344 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94140662428808 94140662860416 94140677328896 140730601978202 140730601978378 140730601978378 140730601983980 0
/proc/57144/statm: 747931 721457 3552 6655 0 724399 0
[pid=57239] ppid=57144 vsize=367020 memory=355248 CPUtime=1.2 cores=5,7
/proc/57239/stat : 57239 (Exact) R 57144 57239 57239 0 -1 4194304 58418 0 0 0 107 13 0 0 20 0 1 0 59484515 375828480 88812 18446744073709551615 4198400 8335837 140724053500992 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 26378240 140724053510324 140724053510685 140724053510685 140724053516239 0
/proc/57239/statm: 91755 88812 960 1011 0 90522 0
Current children cumulated CPU time: 3602.09 s
Current children cumulated vsize: 3358744 KiB
Current children cumulated memory: 3241076 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1834.25
CPU time (s): 3602.17
CPU user time (s): 3592.58
CPU system time (s): 9.58369
CPU usage (%): 196.383
Max. virtual memory (cumulated for all children) (KiB): 4291088
Max. memory (cumulated for all children) (KiB): 4139828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.58
system time used= 9.58369
maximum resident set size= 4144084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2867660
page faults= 0
swaps= 0
block input operations= 48456
block output operations= 3720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 545
involuntary context switches= 33640


# summary of solver processes directly reported to runsolver:
#   pid: 57144,57239
#   total CPU time (s): 3602.17
#   total CPU user time (s): 3592.58
#   total CPU system time (s): 9.58369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.61484 second user time and 7.75765 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-02 08:03:57
IDJOB=4504467
IDBENCH=155662
IDSOLVER=3336
FILE ID=nodeC019/4504467-1751436237
RUNJOBID= nodeC019-1751434073-56807
SLURM_JOB_ID= 9598371
Free space on /tmp= 431716 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_6_mh.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504467-1751436237/watcher-4504467-1751436237 -o /tmp/evaluation-result-4504467-1751436237/solver-4504467-1751436237 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751434073-56807 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4504467-1751436237.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= be1e6661b1f36da26adf689ebfb8263d
RANDOM SEED=1399473904

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

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128413260 kB
MemAvailable:   129721648 kB
Buffers:             904 kB
Cached:          2113352 kB
SwapCached:          440 kB
Active:           210696 kB
Inactive:        1969136 kB
Active(anon):      52988 kB
Inactive(anon):    27780 kB
Active(file):     157708 kB
Inactive(file):  1941356 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70300 kB
Writeback:             0 kB
AnonPages:         68212 kB
Mapped:           103064 kB
Shmem:             15192 kB
KReclaimable:      97128 kB
Slab:             184132 kB
SReclaimable:      97128 kB
SUnreclaim:        87004 kB
KernelStack:        3968 kB
PageTables:         2592 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     326044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431672 MiB
End job on nodeC019 at 2025-07-02 08:34:31