Trace number 4510931

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1UNSAT 2090.35 1393.44

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l050-r049-n1.cnf-extracted.pb.metafix.opb
MD5SUMbbbcfa0a64e8945cae78db4c3e84f0d8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.63237
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2724
Total number of constraints6385
Number of constraints which are clauses3005
Number of constraints which are cardinality constraints (but not clauses)3380
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1424.63/726.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1424.63/726.02	c numVar: 2724
1424.63/726.02	c numCon: 6385
1424.63/726.02	c numEqual: 0
1424.63/726.02	c intSize: 3
1424.63/726.02	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1424.63/726.02	c ------------------- Paras list -------------------
1424.63/726.02	c Name                	 Type      	 Now       	 Default   	 Comment
1424.63/726.02	c timeout             	 double    	 3600.000000	 3600      	 
1424.63/726.02	c mip_time            	 double    	 0.200000  	 0.5       	 
1424.63/726.02	c ls_time             	 double    	 10.000000 	 10        	 
1424.63/726.02	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1424.63/726.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1424.63/726.02	c random_seed         	 int       	 0         	 0         	 
1424.63/726.02	c sample_size         	 int       	 50        	 50        	 
1424.63/726.02	c sub_score           	 int       	 1         	 1         	 
1424.63/726.02	c tabu_base           	 int       	 3         	 3         	 
1424.63/726.02	c tabu_variation      	 int       	 1         	 1         	 
1424.63/726.02	c sub_div             	 int       	 4         	 4         	 
1424.63/726.02	c nbcore              	 int       	 2         	 1         	 
1424.63/726.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1424.63/726.02	c print_sol           	 int       	 1         	 1         	 
1424.63/726.02	c tmpdir              	 string		 .         	 "."       	 
1424.63/726.02	c home                	 string		 HOME	 "."       	 
1424.63/726.02	c benchname           	 string		 HOME/instance-4510931-1751137795.opb	 ""        	 
1424.63/726.02	c --------------------------------------------------
1424.63/726.02	c Local Search solver
1424.63/726.02	c MIP solver
1424.63/726.02	c use Exact solver
2090.30/1393.42	c Exact infeasible
2090.30/1393.43	s UNSATISFIABLE
2090.30/1393.43	c Total time: 1393

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510931-1751137795/watcher-4510931-1751137795 -o /tmp/evaluation-result-4510931-1751137795/solver-4510931-1751137795 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751133631-11299 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4510931-1751137795.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=12495, runsolver pid=12492

[startup+0.100063 s]*
/proc/loadavg: 6.15 5.07 4.74 6/252 12496
/proc/meminfo: memFree=128755140/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=44324 memory=9728 CPUtime=0.08 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 1422 0 0 0 8 0 0 0 20 0 1 0 29458593 45387776 2432 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 11081 2432 1184 6655 0 1316 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9728 KiB

[startup+0.212767 s]*
/proc/loadavg: 6.15 5.07 4.74 6/252 12496
/proc/meminfo: memFree=128755140/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=44324 memory=9728 CPUtime=0.18 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 1422 0 0 0 18 0 0 0 20 0 1 0 29458593 45387776 2432 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 11081 2432 1184 6655 0 1316 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9728 KiB

[startup+0.312372 s]*
/proc/loadavg: 6.15 5.07 4.74 6/252 12496
/proc/meminfo: memFree=128753124/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=44324 memory=9728 CPUtime=0.27 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 1422 0 0 0 27 0 0 0 20 0 1 0 29458593 45387776 2432 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 11081 2432 1184 6655 0 1316 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9728 KiB

[startup+0.700141 s]
/proc/loadavg: 6.15 5.07 4.74 6/252 12496
/proc/meminfo: memFree=128753124/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=44324 memory=9728 CPUtime=0.63 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 1422 0 0 0 63 0 0 0 20 0 1 0 29458593 45387776 2432 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 11081 2432 1184 6655 0 1316 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9728 KiB

[startup+1.50011 s]
/proc/loadavg: 6.15 5.07 4.74 6/252 12496
/proc/meminfo: memFree=128753124/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=44324 memory=9728 CPUtime=1.42 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 1422 0 0 0 142 0 0 0 20 0 1 0 29458593 45387776 2432 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 11081 2432 1184 6655 0 1316 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9728 KiB

[startup+3.1041 s]
/proc/loadavg: 6.15 5.07 4.74 6/252 12496
/proc/meminfo: memFree=128753316/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=44324 memory=9728 CPUtime=3.01 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 1422 0 0 0 301 0 0 0 20 0 1 0 29458593 45387776 2432 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 11081 2432 1184 6655 0 1316 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9728 KiB

[startup+6.30023 s]
/proc/loadavg: 6.14 5.09 4.75 6/252 12496
/proc/meminfo: memFree=128753420/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=44324 memory=9728 CPUtime=6.2 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 1422 0 0 0 620 0 0 0 20 0 1 0 29458593 45387776 2432 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 11081 2432 1184 6655 0 1316 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9728 KiB

[startup+12.7001 s]
/proc/loadavg: 6.12 5.10 4.76 7/253 12497
/proc/meminfo: memFree=128748272/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=147864 memory=53372 CPUtime=15.19 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 9843 0 0 0 1517 2 0 0 20 0 2 0 29458593 151412736 13343 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 36966 13343 3424 6655 0 12138 0
[pid=12495/tid=12497] ppid=12492 vsize=147864 memory=45308 CPUtime=2.59 cores=4,6
/proc/12495/task/12497/stat : 12497 (LSIPExact) R 12492 12495 11283 0 -1 4194368 1371 0 0 0 259 0 0 0 20 0 2 0 29459595 151412736 13343 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
Current children cumulated CPU time: 15.19 s
Current children cumulated vsize: 147864 KiB
Current children cumulated memory: 53372 KiB

[startup+25.5002 s]
/proc/loadavg: 6.32 5.20 4.79 7/253 12497
/proc/meminfo: memFree=128725420/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=151912 memory=61180 CPUtime=40.65 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 25650 0 0 0 4061 4 0 0 20 0 2 0 29458593 155557888 15295 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 37978 15295 3456 6655 0 13863 0
[pid=12495/tid=12497] ppid=12492 vsize=151912 memory=61052 CPUtime=15.28 cores=4,6
/proc/12495/task/12497/stat : 12497 (LSIPExact) R 12492 12495 11283 0 -1 4194368 6639 0 0 0 1527 1 0 0 20 0 2 0 29459595 155557888 15295 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
Current children cumulated CPU time: 40.65 s
Current children cumulated vsize: 151912 KiB
Current children cumulated memory: 61180 KiB

[startup+51.1049 s]
/proc/loadavg: 6.53 5.34 4.85 7/253 12499
/proc/meminfo: memFree=128725548/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=151912 memory=61436 CPUtime=91.59 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 29399 0 0 0 9155 4 0 0 20 0 2 0 29458593 155557888 15359 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 37978 15359 3456 6655 0 13946 0
[pid=12495/tid=12497] ppid=12492 vsize=151912 memory=61436 CPUtime=40.67 cores=4,6
/proc/12495/task/12497/stat : 12497 (LSIPExact) R 12492 12495 11283 0 -1 4194368 8181 0 0 0 4066 1 0 0 20 0 2 0 29459595 155557888 15359 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
Current children cumulated CPU time: 91.59 s
Current children cumulated vsize: 151912 KiB
Current children cumulated memory: 61436 KiB

[startup+102.3 s]
/proc/loadavg: 6.35 5.48 4.93 7/254 12501
/proc/meminfo: memFree=128727192/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=151912 memory=62076 CPUtime=193.45 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 37422 0 0 0 19340 5 0 0 20 0 2 0 29458593 155557888 15519 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 37978 15519 3456 6655 0 14136 0
[pid=12495/tid=12497] ppid=12492 vsize=151912 memory=62076 CPUtime=91.44 cores=4,6
/proc/12495/task/12497/stat : 12497 (LSIPExact) R 12492 12495 11283 0 -1 4194368 11473 0 0 0 9143 1 0 0 20 0 2 0 29459595 155557888 15519 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
Current children cumulated CPU time: 193.45 s
Current children cumulated vsize: 151912 KiB
Current children cumulated memory: 62076 KiB

[startup+162.3 s]
/proc/loadavg: 6.19 5.59 5.00 8/255 12553
/proc/meminfo: memFree=129367432/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=151912 memory=62588 CPUtime=312.82 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 46315 0 0 0 31277 5 0 0 20 0 2 0 29458593 155557888 15647 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 37978 15647 3456 6655 0 14223 0
[pid=12495/tid=12497] ppid=12492 vsize=151912 memory=62204 CPUtime=150.96 cores=4,6
/proc/12495/task/12497/stat : 12497 (LSIPExact) R 12492 12495 11283 0 -1 4194368 15918 0 0 0 15094 2 0 0 20 0 2 0 29459595 155557888 15647 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
Current children cumulated CPU time: 312.82 s
Current children cumulated vsize: 151912 KiB
Current children cumulated memory: 62588 KiB

[startup+222.3 s]
/proc/loadavg: 6.75 5.86 5.14 8/255 12557
/proc/meminfo: memFree=129281664/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=151912 memory=63612 CPUtime=432.21 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 47829 0 0 0 43215 6 0 0 20 0 2 0 29458593 155557888 15903 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 37978 15903 3456 6655 0 14391 0
[pid=12495/tid=12497] ppid=12492 vsize=151912 memory=63612 CPUtime=210.47 cores=4,6
/proc/12495/task/12497/stat : 12497 (LSIPExact) R 12492 12495 11283 0 -1 4194368 16287 0 0 0 21045 2 0 0 20 0 2 0 29459595 155557888 15903 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
Current children cumulated CPU time: 432.21 s
Current children cumulated vsize: 151912 KiB
Current children cumulated memory: 63612 KiB

[startup+282.3 s]
/proc/loadavg: 6.98 6.09 5.26 8/255 12561
/proc/meminfo: memFree=129274932/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=151912 memory=63868 CPUtime=551.57 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 55715 0 0 0 55151 6 0 0 20 0 2 0 29458593 155557888 15967 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 37978 15967 3456 6655 0 14415 0
[pid=12495/tid=12497] ppid=12492 vsize=151912 memory=17152 CPUtime=269.98 cores=4,6
/proc/12495/task/12497/stat : 12497 (LSIPExact) R 12492 12495 11283 0 -1 4194368 19882 0 0 0 26996 2 0 0 20 0 2 0 29459595 155557888 15967 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
Current children cumulated CPU time: 551.57 s
Current children cumulated vsize: 151912 KiB
Current children cumulated memory: 63868 KiB

[startup+342.3 s]
/proc/loadavg: 6.90 6.24 5.37 8/255 12563
/proc/meminfo: memFree=129250944/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=160764 memory=77180 CPUtime=663.32 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) R 12492 12495 11283 0 -1 4194304 64726 0 0 0 66325 7 0 0 20 0 2 0 29458593 164622336 19295 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 40191 19295 3456 6655 0 17792 0
[pid=12495/tid=12497] ppid=12492 vsize=160764 memory=17152 CPUtime=329.37 cores=4,6
/proc/12495/task/12497/stat : 12497 (LSIPExact) R 12492 12495 11283 0 -1 4194368 22122 0 0 0 32935 2 0 0 20 0 2 0 29459595 164622336 19295 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
Current children cumulated CPU time: 663.32 s
Current children cumulated vsize: 160764 KiB
Current children cumulated memory: 77180 KiB

[startup+402.3 s]

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

/proc/12672/stat : 12672 (Exact) R 12495 12672 12672 0 -1 4194304 23196 0 0 0 39418 104 0 0 20 0 1 0 29531195 92688384 21162 18446744073709551615 4198400 8335837 140733055965552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22097920 140733055973563 140733055973917 140733055973917 140733055979471 0
/proc/12672/statm: 22629 21162 1120 1011 0 21396 0
Current children cumulated CPU time: 1819.89 s
Current children cumulated vsize: 257720 KiB
Current children cumulated memory: 165164 KiB

[startup+1182.3 s]
/proc/loadavg: 7.09 6.98 6.40 8/254 12742
/proc/meminfo: memFree=129744960/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=167204 memory=82564 CPUtime=1424.67 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) S 12492 12495 11283 0 -1 4194304 78112 0 0 0 142457 10 0 0 20 0 1 0 29458593 171216896 20641 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 41801 20641 3488 6655 0 23277 0
[pid=12672] ppid=12495 vsize=116212 memory=91380 CPUtime=455.08 cores=4,6
/proc/12672/stat : 12672 (Exact) R 12495 12672 12672 0 -1 4194304 24285 0 0 0 45390 118 0 0 20 0 1 0 29531195 119001088 22845 18446744073709551615 4198400 8335837 140733055965552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22097920 140733055973563 140733055973917 140733055973917 140733055979471 0
/proc/12672/statm: 29053 22845 1120 1011 0 27820 0
Current children cumulated CPU time: 1879.75 s
Current children cumulated vsize: 283416 KiB
Current children cumulated memory: 173944 KiB

[startup+1242.3 s]
/proc/loadavg: 7.09 7.00 6.45 8/254 12745
/proc/meminfo: memFree=129714612/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=167204 memory=82564 CPUtime=1424.67 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) S 12492 12495 11283 0 -1 4194304 78112 0 0 0 142457 10 0 0 20 0 1 0 29458593 171216896 20641 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 41801 20641 3488 6655 0 23277 0
[pid=12672] ppid=12495 vsize=119304 memory=94452 CPUtime=514.93 cores=4,6
/proc/12672/stat : 12672 (Exact) R 12495 12672 12672 0 -1 4194304 25058 0 0 0 51362 131 0 0 20 0 1 0 29531195 122167296 23613 18446744073709551615 4198400 8335837 140733055965552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22097920 140733055973563 140733055973917 140733055973917 140733055979471 0
/proc/12672/statm: 29826 23613 1120 1011 0 28593 0
Current children cumulated CPU time: 1939.6 s
Current children cumulated vsize: 286508 KiB
Current children cumulated memory: 177016 KiB

[startup+1302.3 s]
/proc/loadavg: 6.62 6.90 6.45 7/254 12750
/proc/meminfo: memFree=129645548/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=167204 memory=82564 CPUtime=1424.67 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) S 12492 12495 11283 0 -1 4194304 78112 0 0 0 142457 10 0 0 20 0 1 0 29458593 171216896 20641 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 41801 20641 3488 6655 0 23277 0
[pid=12672] ppid=12495 vsize=122020 memory=101344 CPUtime=574.77 cores=4,6
/proc/12672/stat : 12672 (Exact) R 12495 12672 12672 0 -1 4194304 25755 0 0 0 57335 142 0 0 20 0 1 0 29531195 124948480 25336 18446744073709551615 4198400 8335837 140733055965552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22097920 140733055973563 140733055973917 140733055973917 140733055979471 0
/proc/12672/statm: 30505 25336 1120 1011 0 29272 0
Current children cumulated CPU time: 1999.44 s
Current children cumulated vsize: 289224 KiB
Current children cumulated memory: 183908 KiB

[startup+1362.3 s]
/proc/loadavg: 6.29 6.75 6.43 7/254 12752
/proc/meminfo: memFree=129616692/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=167204 memory=82564 CPUtime=1424.67 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) S 12492 12495 11283 0 -1 4194304 78112 0 0 0 142457 10 0 0 20 0 1 0 29458593 171216896 20641 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 41801 20641 3488 6655 0 23277 0
[pid=12672] ppid=12495 vsize=124496 memory=103776 CPUtime=634.62 cores=4,6
/proc/12672/stat : 12672 (Exact) R 12495 12672 12672 0 -1 4194304 26381 0 0 0 63306 156 0 0 20 0 1 0 29531195 127483904 25944 18446744073709551615 4198400 8335837 140733055965552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22097920 140733055973563 140733055973917 140733055973917 140733055979471 0
/proc/12672/statm: 31124 25944 1120 1011 0 29891 0
Current children cumulated CPU time: 2059.29 s
Current children cumulated vsize: 291700 KiB
Current children cumulated memory: 186340 KiB

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

# cumulated CPU time of all completed processes:  user=2088.62 s, system=1.73374 s

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

[startup+1369.6 s]
/proc/loadavg: 6.24 6.73 6.42 7/254 12752
/proc/meminfo: memFree=129616224/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=167204 memory=82564 CPUtime=1424.67 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) S 12492 12495 11283 0 -1 4194304 78112 0 0 0 142457 10 0 0 20 0 1 0 29458593 171216896 20641 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 41801 20641 3488 6655 0 23277 0
[pid=12672] ppid=12495 vsize=125760 memory=105056 CPUtime=641.89 cores=4,6
/proc/12672/stat : 12672 (Exact) R 12495 12672 12672 0 -1 4194304 26697 0 0 0 64032 157 0 0 20 0 1 0 29531195 128778240 26264 18446744073709551615 4198400 8335837 140733055965552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22097920 140733055973563 140733055973917 140733055973917 140733055979471 0
/proc/12672/statm: 31440 26264 1120 1011 0 30207 0
Current children cumulated CPU time: 2066.56 s
Current children cumulated vsize: 292964 KiB
Current children cumulated memory: 187620 KiB

[startup+1382.4 s]
/proc/loadavg: 6.21 6.70 6.42 7/254 12752
/proc/meminfo: memFree=129603512/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=167204 memory=82564 CPUtime=1424.67 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) S 12492 12495 11283 0 -1 4194304 78112 0 0 0 142457 10 0 0 20 0 1 0 29458593 171216896 20641 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 41801 20641 3488 6655 0 23277 0
[pid=12672] ppid=12495 vsize=126032 memory=107416 CPUtime=654.66 cores=4,6
/proc/12672/stat : 12672 (Exact) R 12495 12672 12672 0 -1 4194304 26769 0 0 0 65306 160 0 0 20 0 1 0 29531195 129056768 26854 18446744073709551615 4198400 8335837 140733055965552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22097920 140733055973563 140733055973917 140733055973917 140733055979471 0
/proc/12672/statm: 31508 26854 1120 1011 0 30275 0
Current children cumulated CPU time: 2079.33 s
Current children cumulated vsize: 293236 KiB
Current children cumulated memory: 189980 KiB

[startup+1388.8 s]
/proc/loadavg: 6.19 6.69 6.42 7/254 12752
/proc/meminfo: memFree=129595984/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=167204 memory=82564 CPUtime=1424.67 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) S 12492 12495 11283 0 -1 4194304 78112 0 0 0 142457 10 0 0 20 0 1 0 29458593 171216896 20641 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 41801 20641 3488 6655 0 23277 0
[pid=12672] ppid=12495 vsize=127264 memory=112680 CPUtime=661.04 cores=4,6
/proc/12672/stat : 12672 (Exact) R 12495 12672 12672 0 -1 4194304 27079 0 0 0 65943 161 0 0 20 0 1 0 29531195 130318336 28170 18446744073709551615 4198400 8335837 140733055965552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22097920 140733055973563 140733055973917 140733055973917 140733055979471 0
/proc/12672/statm: 31816 28170 1120 1011 0 30583 0
Current children cumulated CPU time: 2085.71 s
Current children cumulated vsize: 294468 KiB
Current children cumulated memory: 195244 KiB

[startup+1392 s]*
/proc/loadavg: 6.25 6.70 6.42 7/254 12752
/proc/meminfo: memFree=129596000/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=167204 memory=82564 CPUtime=1424.67 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) S 12492 12495 11283 0 -1 4194304 78112 0 0 0 142457 10 0 0 20 0 1 0 29458593 171216896 20641 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 41801 20641 3488 6655 0 23277 0
[pid=12672] ppid=12495 vsize=127264 memory=112680 CPUtime=664.25 cores=4,6
/proc/12672/stat : 12672 (Exact) R 12495 12672 12672 0 -1 4194304 27079 0 0 0 66263 162 0 0 20 0 1 0 29531195 130318336 28170 18446744073709551615 4198400 8335837 140733055965552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22097920 140733055973563 140733055973917 140733055973917 140733055979471 0
/proc/12672/statm: 31816 28170 1120 1011 0 30583 0
Current children cumulated CPU time: 2088.92 s
Current children cumulated vsize: 294468 KiB
Current children cumulated memory: 195244 KiB

[startup+1392.8 s]
/proc/loadavg: 6.25 6.70 6.42 7/254 12752
/proc/meminfo: memFree=129596000/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=167204 memory=82564 CPUtime=1424.67 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) S 12492 12495 11283 0 -1 4194304 78112 0 0 0 142457 10 0 0 20 0 1 0 29458593 171216896 20641 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 41801 20641 3488 6655 0 23277 0
[pid=12672] ppid=12495 vsize=127264 memory=112680 CPUtime=665.03 cores=4,6
/proc/12672/stat : 12672 (Exact) R 12495 12672 12672 0 -1 4194304 27079 0 0 0 66341 162 0 0 20 0 1 0 29531195 130318336 28170 18446744073709551615 4198400 8335837 140733055965552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22097920 140733055973563 140733055973917 140733055973917 140733055979471 0
/proc/12672/statm: 31816 28170 1120 1011 0 30583 0
Current children cumulated CPU time: 2089.7 s
Current children cumulated vsize: 294468 KiB
Current children cumulated memory: 195244 KiB

[startup+1393.2 s]
/proc/loadavg: 6.25 6.70 6.42 7/254 12752
/proc/meminfo: memFree=129591968/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=167204 memory=82564 CPUtime=1424.67 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) S 12492 12495 11283 0 -1 4194304 78112 0 0 0 142457 10 0 0 20 0 1 0 29458593 171216896 20641 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 41801 20641 3488 6655 0 23277 0
[pid=12672] ppid=12495 vsize=127264 memory=112680 CPUtime=665.43 cores=4,6
/proc/12672/stat : 12672 (Exact) R 12495 12672 12672 0 -1 4194304 27079 0 0 0 66381 162 0 0 20 0 1 0 29531195 130318336 28170 18446744073709551615 4198400 8335837 140733055965552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22097920 140733055973563 140733055973917 140733055973917 140733055979471 0
/proc/12672/statm: 31816 28170 1120 1011 0 30583 0
Current children cumulated CPU time: 2090.1 s
Current children cumulated vsize: 294468 KiB
Current children cumulated memory: 195244 KiB

[startup+1393.4 s]
/proc/loadavg: 6.25 6.70 6.42 7/254 12752
/proc/meminfo: memFree=129591968/131382120 swapFree=33010684/33010684
[pid=12495] ppid=12492 vsize=167204 memory=82564 CPUtime=1424.67 cores=4,6
/proc/12495/stat : 12495 (LSIPExact) S 12492 12495 11283 0 -1 4194304 78112 0 0 0 142457 10 0 0 20 0 1 0 29458593 171216896 20641 18446744073709551615 94721860087808 94721887344209 140722466650032 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94721895847048 94721896278656 94721899192320 140722466654554 140722466654730 140722466654730 140722466660332 0
/proc/12495/statm: 41801 20641 3488 6655 0 23277 0
[pid=12672] ppid=12495 vsize=127264 memory=112680 CPUtime=665.63 cores=4,6
/proc/12672/stat : 12672 (Exact) R 12495 12672 12672 0 -1 4194304 27079 0 0 0 66401 162 0 0 20 0 1 0 29531195 130318336 28170 18446744073709551615 4198400 8335837 140733055965552 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22097920 140733055973563 140733055973917 140733055973917 140733055979471 0
/proc/12672/statm: 31816 28170 1120 1011 0 30583 0
Current children cumulated CPU time: 2090.3 s
Current children cumulated vsize: 294468 KiB
Current children cumulated memory: 195244 KiB

Child status: 0

Real time (s): 1393.44
CPU time (s): 2090.35
CPU user time (s): 2088.62
CPU system time (s): 1.73374
CPU usage (%): 150.014
Max. virtual memory (cumulated for all children) (KiB): 294468
Max. memory (cumulated for all children) (KiB): 195244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2088.62
system time used= 1.73374
maximum resident set size= 118760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105646
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 391
involuntary context switches= 14119


# summary of solver processes directly reported to runsolver:
#   pid: 12495
#   total CPU time (s): 2090.35
#   total CPU user time (s): 2088.62
#   total CPU system time (s): 1.73374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.14942 second user time and 9.48057 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-28 21:09:55
IDJOB=4510931
IDBENCH=160406
IDSOLVER=3336
FILE ID=nodeC008/4510931-1751137795
RUNJOBID= nodeC008-1751133631-11299
SLURM_JOB_ID= 9587408
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l050-r049-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510931-1751137795/watcher-4510931-1751137795 -o /tmp/evaluation-result-4510931-1751137795/solver-4510931-1751137795 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751133631-11299 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4510931-1751137795.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= bbbcfa0a64e8945cae78db4c3e84f0d8
RANDOM SEED=1434631096

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128757336 kB
MemAvailable:   128475356 kB
Buffers:            3280 kB
Cached:           530700 kB
SwapCached:            0 kB
Active:          1721664 kB
Inactive:         332572 kB
Active(anon):    1538212 kB
Inactive(anon):        0 kB
Active(file):     183452 kB
Inactive(file):   332572 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44852 kB
Writeback:             0 kB
AnonPages:       1521300 kB
Mapped:           146512 kB
Shmem:             17956 kB
KReclaimable:      83244 kB
Slab:             161348 kB
SReclaimable:      83244 kB
SUnreclaim:        78104 kB
KernelStack:        4064 kB
PageTables:         6104 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2013296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC008 at 2025-06-28 21:33:08