Trace number 4502863

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.25 1824.4

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_9_shg.opb
MD5SUM6ff458260e5cc7a1e00e7b04a599a648
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark613.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7840
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint34
Maximum length of a constraint64
Number of terms in the objective function 7840
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7840
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7840
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.17/1822.30	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.17/1822.30	c numVar: 7840
3600.17/1822.30	c numCon: 65280
3600.17/1822.30	c numEqual: 0
3600.17/1822.30	c intSize: 13
3600.17/1822.30	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.17/1822.30	c ------------------- Paras list -------------------
3600.17/1822.30	c Name                	 Type      	 Now       	 Default   	 Comment
3600.17/1822.30	c timeout             	 double    	 3600.000000	 3600      	 
3600.17/1822.30	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.17/1822.30	c ls_time             	 double    	 10.000000 	 10        	 
3600.17/1822.30	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.17/1822.30	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.17/1822.30	c random_seed         	 int       	 0         	 0         	 
3600.17/1822.30	c sample_size         	 int       	 50        	 50        	 
3600.17/1822.30	c sub_score           	 int       	 1         	 1         	 
3600.17/1822.30	c tabu_base           	 int       	 3         	 3         	 
3600.17/1822.30	c tabu_variation      	 int       	 1         	 1         	 
3600.17/1822.30	c sub_div             	 int       	 4         	 4         	 
3600.17/1822.30	c nbcore              	 int       	 2         	 1         	 
3600.17/1822.30	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.17/1822.30	c print_sol           	 int       	 1         	 1         	 
3600.17/1822.30	c tmpdir              	 string		 .         	 "."       	 
3600.17/1822.30	c home                	 string		 HOME	 "."       	 
3600.17/1822.30	c benchname           	 string		 HOME/instance-4502863-1751422531.opb	 ""        	 
3600.17/1822.30	c --------------------------------------------------
3600.17/1822.30	c Local Search solver
3600.17/1822.30	c LS find feasible solution for PBO with objective value 62
3600.17/1822.30	c MIP solver
3600.17/1822.30	c receive signal 15, try to interrupt solver...
3600.17/1822.40	c MIP solver find feasible solution
3600.33/1822.42	c MIP solver objective value: 42
3600.41/1822.53	c MIP find feasible solution for PBO with objective value 42
3600.41/1822.53	c copy file: 0
3600.41/1822.53	c gen ub file: HOME/instance-4502863-1751422531.opb_ub.opb
3600.41/1822.53	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: 63837 MiB (59066 MiB free)
  memory of node 1: 64465 MiB (62801 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502863-1751422531/watcher-4502863-1751422531 -o /tmp/evaluation-result-4502863-1751422531/solver-4502863-1751422531 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751420981-59662 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4502863-1751422531.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=59924, runsolver pid=59921

[startup+0.100098 s]*
/proc/loadavg: 4.04 4.16 3.93 4/240 59925
/proc/meminfo: memFree=124769012/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=75380 memory=32640 CPUtime=0.09 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 7143 0 0 0 6 3 0 0 20 0 1 0 57932332 77189120 8160 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 18845 8160 1184 6655 0 9080 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 75380 KiB
Current children cumulated memory: 32640 KiB

[startup+0.210898 s]*
/proc/loadavg: 4.04 4.16 3.93 4/240 59925
/proc/meminfo: memFree=124752884/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=91616 memory=48896 CPUtime=0.2 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 11211 0 0 0 15 5 0 0 20 0 1 0 57932332 93814784 12224 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 22904 12224 1184 6655 0 13139 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 91616 KiB
Current children cumulated memory: 48896 KiB

[startup+0.310773 s]*
/proc/loadavg: 4.04 4.16 3.93 4/240 59925
/proc/meminfo: memFree=124736756/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=106268 memory=63616 CPUtime=0.3 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 14879 0 0 0 24 6 0 0 20 0 1 0 57932332 108818432 15904 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 26600 15904 1184 6655 0 16835 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 106268 KiB
Current children cumulated memory: 63616 KiB

[startup+0.700332 s]
/proc/loadavg: 4.04 4.16 3.93 4/240 59925
/proc/meminfo: memFree=124704500/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=161816 memory=127488 CPUtime=0.68 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 30813 0 0 0 55 13 0 0 20 0 1 0 57932332 165699584 31872 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 40454 31872 1216 6655 0 30689 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 161816 KiB
Current children cumulated memory: 127488 KiB

[startup+1.50035 s]
/proc/loadavg: 4.04 4.16 3.93 4/240 59925
/proc/meminfo: memFree=124624868/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=274612 memory=239360 CPUtime=1.48 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 58791 0 0 0 127 21 0 0 20 0 1 0 57932332 281202688 59840 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 68653 59840 1216 6655 0 58888 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 274612 KiB
Current children cumulated memory: 239360 KiB

[startup+3.11232 s]
/proc/loadavg: 4.04 4.16 3.93 4/240 59925
/proc/meminfo: memFree=124342880/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=476700 memory=442368 CPUtime=3.09 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 109548 0 0 0 279 30 0 0 20 0 1 0 57932332 488140800 110592 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 119175 110592 1216 6655 0 109410 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 476700 KiB
Current children cumulated memory: 442368 KiB

[startup+6.30034 s]
/proc/loadavg: 4.04 4.16 3.93 4/240 59925
/proc/meminfo: memFree=124342880/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=476700 memory=442368 CPUtime=6.26 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 109548 0 0 0 596 30 0 0 20 0 1 0 57932332 488140800 110592 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 119175 110592 1216 6655 0 109410 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 476700 KiB
Current children cumulated memory: 442368 KiB

[startup+12.7004 s]
/proc/loadavg: 3.95 4.14 3.93 4/241 59927
/proc/meminfo: memFree=124071004/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1045200 memory=933788 CPUtime=12.65 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 155355 0 0 0 1219 46 0 0 20 0 2 0 57932332 1070284800 233447 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 261300 233447 2880 6655 0 235183 0
[pid=59924/tid=59927] ppid=59921 vsize=1045200 memory=719900 CPUtime=0 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) S 59921 59924 59622 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 57933444 1070284800 233447 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1045200 KiB
Current children cumulated memory: 933788 KiB

[startup+25.5002 s]
/proc/loadavg: 3.82 4.10 3.92 5/241 59927
/proc/meminfo: memFree=123239176/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1506472 memory=1449220 CPUtime=31.62 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 241345 0 0 0 3082 80 0 0 20 0 2 0 57932332 1542627328 362305 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 376618 362305 3488 6655 0 365860 0
[pid=59924/tid=59927] ppid=59921 vsize=1506472 memory=14080 CPUtime=6.24 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) R 59921 59924 59622 0 -1 4194368 49459 0 0 0 609 15 0 0 20 0 2 0 57933444 1542627328 362305 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 31.62 s
Current children cumulated vsize: 1506472 KiB
Current children cumulated memory: 1449220 KiB

[startup+51.105 s]
/proc/loadavg: 3.96 4.11 3.93 5/241 59927
/proc/meminfo: memFree=123200412/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1596356 memory=1544112 CPUtime=82.53 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 309567 0 0 0 8157 96 0 0 20 0 2 0 57932332 1634668544 386028 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 399089 386028 3552 6655 0 388331 0
[pid=59924/tid=59927] ppid=59921 vsize=1596356 memory=1544112 CPUtime=31.59 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) R 59921 59924 59622 0 -1 4194368 68759 0 0 0 3142 17 0 0 20 0 2 0 57933444 1634668544 386028 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 82.53 s
Current children cumulated vsize: 1596356 KiB
Current children cumulated memory: 1544112 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.11 3.94 5/242 59930
/proc/meminfo: memFree=123173112/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1624916 memory=1579712 CPUtime=183.86 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 376524 0 0 0 18282 104 0 0 20 0 2 0 57932332 1663913984 394928 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 406229 394928 3552 6655 0 395471 0
[pid=59924/tid=59927] ppid=59921 vsize=1624916 memory=17920 CPUtime=82.08 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) R 59921 59924 59622 0 -1 4194368 114387 0 0 0 8186 22 0 0 20 0 2 0 57933444 1663913984 394928 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 183.86 s
Current children cumulated vsize: 1624916 KiB
Current children cumulated memory: 1579712 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.10 3.95 5/242 59932
/proc/meminfo: memFree=123141360/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1624916 memory=1579712 CPUtime=303.03 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 433666 0 0 0 30192 111 0 0 20 0 2 0 57932332 1663913984 394928 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 406229 394928 3552 6655 0 395471 0
[pid=59924/tid=59927] ppid=59921 vsize=1624916 memory=1579712 CPUtime=141.86 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) R 59921 59924 59622 0 -1 4194368 151758 0 0 0 14160 26 0 0 20 0 2 0 57933444 1663913984 394928 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 303.03 s
Current children cumulated vsize: 1624916 KiB
Current children cumulated memory: 1579712 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.10 3.96 5/242 59934
/proc/meminfo: memFree=123093988/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1624916 memory=1579712 CPUtime=422.22 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 437861 0 0 0 42108 114 0 0 20 0 2 0 57932332 1663913984 394928 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 406229 394928 3552 6655 0 395471 0
[pid=59924/tid=59927] ppid=59921 vsize=1624916 memory=1579712 CPUtime=201.66 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) R 59921 59924 59622 0 -1 4194368 152788 0 0 0 20138 28 0 0 20 0 2 0 57933444 1663913984 394928 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 422.22 s
Current children cumulated vsize: 1624916 KiB
Current children cumulated memory: 1579712 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.09 3.97 4/242 59939
/proc/meminfo: memFree=123298332/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1624916 memory=1579712 CPUtime=541.42 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 503460 0 0 0 54019 123 0 0 20 0 2 0 57932332 1663913984 394928 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 406229 394928 3552 6655 0 395471 0
[pid=59924/tid=59927] ppid=59921 vsize=1624916 memory=1579712 CPUtime=261.45 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) R 59921 59924 59622 0 -1 4194368 203682 0 0 0 26111 34 0 0 20 0 2 0 57933444 1663913984 394928 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 541.42 s
Current children cumulated vsize: 1624916 KiB
Current children cumulated memory: 1579712 KiB

[startup+342.3 s]
/proc/loadavg: 2.89 3.75 3.86 3/235 59976
/proc/meminfo: memFree=123084912/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1624916 memory=1579712 CPUtime=660.51 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 506278 0 0 0 65926 125 0 0 20 0 2 0 57932332 1663913984 394928 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 406229 394928 3552 6655 0 395471 0
[pid=59924/tid=59927] ppid=59921 vsize=1624916 memory=1579712 CPUtime=321.24 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) R 59921 59924 59622 0 -1 4194368 204483 0 0 0 32089 35 0 0 20 0 2 0 57933444 1663913984 394928 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 660.51 s
Current children cumulated vsize: 1624916 KiB
Current children cumulated memory: 1579712 KiB

[startup+402.3 s]

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

/proc/loadavg: 2.10 2.13 2.57 3/234 60033
/proc/meminfo: memFree=122802788/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1910104 memory=1867536 CPUtime=3043.62 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 837915 0 0 0 304097 265 0 0 20 0 2 0 57932332 1955946496 466884 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 477526 466884 3552 6655 0 467080 0
[pid=59924/tid=59927] ppid=59921 vsize=1910104 memory=14080 CPUtime=1516.64 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) R 59921 59924 59622 0 -1 4194368 425040 0 0 0 151535 129 0 0 20 0 2 0 57933444 1955946496 466884 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 3043.62 s
Current children cumulated vsize: 1910104 KiB
Current children cumulated memory: 1867536 KiB

[startup+1602.3 s]
/proc/loadavg: 2.21 2.16 2.54 3/235 60036
/proc/meminfo: memFree=122768752/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1940964 memory=1898908 CPUtime=3162.88 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 848997 0 0 0 316013 275 0 0 20 0 2 0 57932332 1987547136 474727 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 485241 474727 3552 6655 0 474795 0
[pid=59924/tid=59927] ppid=59921 vsize=1940964 memory=14080 CPUtime=1576.47 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) R 59921 59924 59622 0 -1 4194368 430148 0 0 0 157510 137 0 0 20 0 2 0 57933444 1987547136 474727 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 3162.88 s
Current children cumulated vsize: 1940964 KiB
Current children cumulated memory: 1898908 KiB

[startup+1662.3 s]
/proc/loadavg: 2.14 2.14 2.52 3/235 60038
/proc/meminfo: memFree=122735156/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1978708 memory=1936316 CPUtime=3282.15 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 859547 0 0 0 327930 285 0 0 20 0 2 0 57932332 2026196992 484079 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 494677 484079 3552 6655 0 484231 0
[pid=59924/tid=59927] ppid=59921 vsize=1978708 memory=1918096 CPUtime=1636.3 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) R 59921 59924 59622 0 -1 4194368 435773 0 0 0 163486 144 0 0 20 0 2 0 57933444 2026196992 484079 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 3282.15 s
Current children cumulated vsize: 1978708 KiB
Current children cumulated memory: 1936316 KiB

[startup+1722.3 s]
/proc/loadavg: 2.10 2.13 2.49 3/235 60040
/proc/meminfo: memFree=122704348/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=2007528 memory=1965540 CPUtime=3401.41 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 872482 0 0 0 339845 296 0 0 20 0 2 0 57932332 2055708672 491385 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 501882 491385 3552 6655 0 491436 0
[pid=59924/tid=59927] ppid=59921 vsize=2007528 memory=1918096 CPUtime=1696.13 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) R 59921 59924 59622 0 -1 4194368 441586 0 0 0 169461 152 0 0 20 0 2 0 57933444 2055708672 491385 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 3401.41 s
Current children cumulated vsize: 2007528 KiB
Current children cumulated memory: 1965540 KiB

[startup+1782.3 s]
/proc/loadavg: 2.13 2.13 2.46 3/235 60042
/proc/meminfo: memFree=122674612/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=2036856 memory=1994568 CPUtime=3520.66 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 885746 0 0 0 351761 305 0 0 20 0 2 0 57932332 2085740544 498642 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 509214 498642 3552 6655 0 498768 0
[pid=59924/tid=59927] ppid=59921 vsize=2036856 memory=1986440 CPUtime=1755.95 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) R 59921 59924 59622 0 -1 4194368 448085 0 0 0 175436 159 0 0 20 0 2 0 57933444 2085740544 498642 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 3520.66 s
Current children cumulated vsize: 2036856 KiB
Current children cumulated memory: 1994568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1822.3 s]
/proc/loadavg: 2.14 2.13 2.45 3/234 60048
/proc/meminfo: memFree=122658484/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=2056240 memory=2014000 CPUtime=3600.17 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 896485 0 0 0 359705 312 0 0 20 0 2 0 57932332 2105589760 503500 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 514060 503500 3552 6655 0 503614 0
[pid=59924/tid=59927] ppid=59921 vsize=2056240 memory=1996824 CPUtime=1795.84 cores=4,6
/proc/59924/task/59927/stat : 59927 (LSIPExact) R 59921 59924 59622 0 -1 4194368 453112 0 0 0 179419 165 0 0 20 0 2 0 57933444 2105589760 503500 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 2056240 KiB
Current children cumulated memory: 2014000 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.25 s, system=3.25839 s

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

# cumulated CPU time of all completed processes:  user=3598.81 s, system=3.44347 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+1822.4 s]
/proc/loadavg: 2.14 2.13 2.45 3/234 60048
/proc/meminfo: memFree=122658484/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=2012944 memory=1969068 CPUtime=3600.33 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) R 59921 59924 59622 0 -1 4194304 901030 0 0 0 359721 312 0 0 20 0 1 0 57932332 2061254656 492267 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 503236 492267 3584 6655 0 492790 0
Current children cumulated CPU time: 3600.33 s
Current children cumulated vsize: 2012944 KiB
Current children cumulated memory: 1969068 KiB

[startup+1823.2 s]
/proc/loadavg: 2.05 2.11 2.44 2/234 60050
/proc/meminfo: memFree=123020340/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1671056 memory=1631788 CPUtime=3600.41 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) S 59921 59924 59622 0 -1 4194304 945254 229 0 0 359725 316 0 0 20 0 1 0 57932332 1711161344 407947 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 417764 407947 3584 6655 0 407373 0
[pid=60050] ppid=59924 vsize=64672 memory=50428 CPUtime=0.64 cores=4,6
/proc/60050/stat : 60050 (Exact) R 59924 60050 60050 0 -1 4194304 10348 0 0 0 61 3 0 0 20 0 1 0 58114585 66224128 12607 18446744073709551615 4198400 8335837 140727257407024 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 32428032 140727257409716 140727257410077 140727257410077 140727257415631 0
/proc/60050/statm: 16168 12607 928 1011 0 14935 0
Current children cumulated CPU time: 3601.05 s
Current children cumulated vsize: 1735728 KiB
Current children cumulated memory: 1682216 KiB

[startup+1824 s]*
/proc/loadavg: 2.05 2.11 2.44 2/234 60050
/proc/meminfo: memFree=122951856/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1671056 memory=1631788 CPUtime=3600.41 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) S 59921 59924 59622 0 -1 4194304 945254 229 0 0 359725 316 0 0 20 0 1 0 57932332 1711161344 407947 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 417764 407947 3584 6655 0 407373 0
[pid=60050] ppid=59924 vsize=99576 memory=93580 CPUtime=1.43 cores=4,6
/proc/60050/stat : 60050 (Exact) R 59924 60050 60050 0 -1 4194304 19155 0 0 0 138 5 0 0 20 0 1 0 58114585 101965824 23395 18446744073709551615 4198400 8335837 140727257407024 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 32428032 140727257409716 140727257410077 140727257410077 140727257415631 0
/proc/60050/statm: 24894 23395 960 1011 0 23661 0
Current children cumulated CPU time: 3601.84 s
Current children cumulated vsize: 1770632 KiB
Current children cumulated memory: 1725368 KiB

[startup+1824.2 s]
/proc/loadavg: 2.05 2.11 2.44 2/234 60050
/proc/meminfo: memFree=122951856/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1671056 memory=1631788 CPUtime=3600.41 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) S 59921 59924 59622 0 -1 4194304 945254 229 0 0 359725 316 0 0 20 0 1 0 57932332 1711161344 407947 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 417764 407947 3584 6655 0 407373 0
[pid=60050] ppid=59924 vsize=256756 memory=237656 CPUtime=1.62 cores=4,6
/proc/60050/stat : 60050 (Exact) R 59924 60050 60050 0 -1 4194304 41266 0 0 0 149 13 0 0 20 0 1 0 58114585 262918144 59414 18446744073709551615 4198400 8335837 140727257407024 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 32428032 140727257409716 140727257410077 140727257410077 140727257415631 0
/proc/60050/statm: 64189 59414 1056 1011 0 62956 0
Current children cumulated CPU time: 3602.03 s
Current children cumulated vsize: 1927812 KiB
Current children cumulated memory: 1869444 KiB

[startup+1824.3 s]
/proc/loadavg: 2.05 2.11 2.44 2/234 60050
/proc/meminfo: memFree=122951856/131382116 swapFree=33010160/33010684
[pid=59924] ppid=59921 vsize=1671056 memory=1631788 CPUtime=3600.41 cores=4,6
/proc/59924/stat : 59924 (LSIPExact) S 59921 59924 59622 0 -1 4194304 945254 229 0 0 359725 316 0 0 20 0 1 0 57932332 1711161344 407947 18446744073709551615 94814458503168 94814485759569 140732765395360 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94814494262408 94814494694016 94814511423488 140732765399386 140732765399562 140732765399562 140732765405164 0
/proc/59924/statm: 417764 407947 3584 6655 0 407373 0
[pid=60050] ppid=59924 vsize=301020 memory=295336 CPUtime=1.72 cores=4,6
/proc/60050/stat : 60050 (Exact) R 59924 60050 60050 0 -1 4194304 43675 0 0 0 155 17 0 0 20 0 1 0 58114585 308244480 73834 18446744073709551615 4198400 8335837 140727257407024 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 32428032 140727257409716 140727257410077 140727257410077 140727257415631 0
/proc/60050/statm: 75255 73834 1056 1011 0 74022 0
Current children cumulated CPU time: 3602.13 s
Current children cumulated vsize: 1972076 KiB
Current children cumulated memory: 1927124 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1824.4
CPU time (s): 3602.25
CPU user time (s): 3598.81
CPU system time (s): 3.44347
CPU usage (%): 197.449
Max. virtual memory (cumulated for all children) (KiB): 2056240
Max. memory (cumulated for all children) (KiB): 2014000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.81
system time used= 3.44347
maximum resident set size= 2016052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 989158
page faults= 0
swaps= 0
block input operations= 61856
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 516
involuntary context switches= 25251


# summary of solver processes directly reported to runsolver:
#   pid: 59924,60050
#   total CPU time (s): 3602.25
#   total CPU user time (s): 3598.81
#   total CPU system time (s): 3.44347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.1922 second user time and 9.05472 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-02 04:15:31
IDJOB=4502863
IDBENCH=155400
IDSOLVER=3336
FILE ID=nodeC004/4502863-1751422531
RUNJOBID= nodeC004-1751420981-59662
SLURM_JOB_ID= 9598348
Free space on /tmp= 432452 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_9_shg.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502863-1751422531/watcher-4502863-1751422531 -o /tmp/evaluation-result-4502863-1751422531/solver-4502863-1751422531 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751420981-59662 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4502863-1751422531.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 6ff458260e5cc7a1e00e7b04a599a648
RANDOM SEED=336430340

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        124792888 kB
MemAvailable:   129338896 kB
Buffers:            2720 kB
Cached:          5296376 kB
SwapCached:           20 kB
Active:           910564 kB
Inactive:        4959728 kB
Active(anon):     582964 kB
Inactive(anon):     6188 kB
Active(file):     327600 kB
Inactive(file):  4953540 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             75568 kB
Writeback:             0 kB
AnonPages:        574320 kB
Mapped:           115196 kB
Shmem:             17956 kB
KReclaimable:     208992 kB
Slab:             294164 kB
SReclaimable:     208992 kB
SUnreclaim:        85172 kB
KernelStack:        3872 kB
PageTables:         3816 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     868600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431836 MiB
End job on nodeC004 at 2025-07-02 04:45:56