Trace number 4527608

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.24 1835.61

General information on the benchmark

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

Solver Data

3600.06/1833.50	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.06/1833.50	c numVar: 250200
3600.06/1833.50	c numCon: 605407
3600.06/1833.50	c numEqual: 4907
3600.06/1833.50	c intSize: 37
3600.06/1833.50	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.06/1833.50	c ------------------- Paras list -------------------
3600.06/1833.50	c Name                	 Type      	 Now       	 Default   	 Comment
3600.06/1833.50	c timeout             	 double    	 3600.000000	 3600      	 
3600.06/1833.50	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.06/1833.50	c ls_time             	 double    	 10.000000 	 10        	 
3600.06/1833.50	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.06/1833.50	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.06/1833.50	c random_seed         	 int       	 0         	 0         	 
3600.06/1833.50	c sample_size         	 int       	 50        	 50        	 
3600.06/1833.50	c sub_score           	 int       	 1         	 1         	 
3600.06/1833.50	c tabu_base           	 int       	 3         	 3         	 
3600.06/1833.50	c tabu_variation      	 int       	 1         	 1         	 
3600.06/1833.50	c sub_div             	 int       	 4         	 4         	 
3600.06/1833.50	c nbcore              	 int       	 2         	 1         	 
3600.06/1833.50	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.06/1833.50	c print_sol           	 int       	 1         	 1         	 
3600.06/1833.50	c tmpdir              	 string		 .         	 "."       	 
3600.06/1833.50	c home                	 string		 HOME	 "."       	 
3600.06/1833.50	c benchname           	 string		 HOME/instance-4527608-1752234039.opb	 ""        	 
3600.06/1833.50	c --------------------------------------------------
3600.06/1833.50	c Local Search solver
3600.06/1833.50	c LS find feasible solution for PBO with objective value 443552836
3600.06/1833.50	c MIP solver
3600.06/1833.50	c receive signal 15, try to interrupt solver...
3600.81/1834.11	c MIP solver find feasible solution
3600.81/1834.15	c MIP solver objective value: 9.35766e+06
3600.96/1834.30	c MIP find feasible solution for PBO with objective value 9357665
3600.96/1834.30	c copy file: 0
3600.96/1834.30	c gen ub file: HOME/instance-4527608-1752234039.opb_ub.opb
3600.96/1834.30	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 (60442 MiB free)
  memory of node 1: 64465 MiB (58947 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527608-1752234039/watcher-4527608-1752234039 -o /tmp/evaluation-result-4527608-1752234039/solver-4527608-1752234039 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1752232205-119361 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527608-1752234039.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=120009, runsolver pid=120006

[startup+0.10007 s]*
/proc/loadavg: 7.76 7.94 6.90 7/253 120010
/proc/meminfo: memFree=122207168/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=140456 memory=79300 CPUtime=0.08 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 14206 0 0 0 3 5 0 0 20 0 1 0 139083257 143826944 19825 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 35114 19825 1184 6655 0 25349 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 140456 KiB
Current children cumulated memory: 79300 KiB

[startup+0.213749 s]*
/proc/loadavg: 7.76 7.94 6.90 7/253 120010
/proc/meminfo: memFree=122122556/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=204632 memory=160800 CPUtime=0.2 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 30948 0 0 0 10 10 0 0 20 0 1 0 139083257 209543168 40200 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 51158 40200 1184 6655 0 41393 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 204632 KiB
Current children cumulated memory: 160800 KiB

[startup+0.313624 s]*
/proc/loadavg: 7.76 7.94 6.90 7/253 120010
/proc/meminfo: memFree=122122832/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=207608 memory=163744 CPUtime=0.3 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 31697 0 0 0 19 11 0 0 20 0 1 0 139083257 212590592 40936 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 51902 40936 1184 6655 0 42137 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 207608 KiB
Current children cumulated memory: 163744 KiB

[startup+0.700337 s]
/proc/loadavg: 7.76 7.94 6.90 7/253 120010
/proc/meminfo: memFree=122102860/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=326072 memory=290676 CPUtime=0.66 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 51624 0 0 0 49 17 0 0 20 0 1 0 139083257 333897728 72669 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 81551 72669 1184 6655 0 71786 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 326072 KiB
Current children cumulated memory: 290676 KiB

[startup+1.50037 s]
/proc/loadavg: 7.62 7.91 6.89 8/253 120010
/proc/meminfo: memFree=121929032/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=495064 memory=458484 CPUtime=1.47 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 93587 0 0 0 118 29 0 0 20 0 1 0 139083257 506945536 114621 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 123766 114621 1184 6655 0 114001 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 495064 KiB
Current children cumulated memory: 458484 KiB

[startup+3.11348 s]
/proc/loadavg: 7.62 7.91 6.89 8/253 120010
/proc/meminfo: memFree=121800716/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=513264 memory=476660 CPUtime=3.07 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 98184 0 0 0 277 30 0 0 20 0 1 0 139083257 525582336 119165 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 128316 119165 1184 6655 0 118551 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 513264 KiB
Current children cumulated memory: 476660 KiB

[startup+6.30035 s]
/proc/loadavg: 7.49 7.88 6.89 8/253 120010
/proc/meminfo: memFree=121800720/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=513264 memory=476660 CPUtime=6.24 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 98266 0 0 0 594 30 0 0 20 0 1 0 139083257 525582336 119165 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 128316 119165 1184 6655 0 118551 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 513264 KiB
Current children cumulated memory: 476660 KiB

[startup+12.7004 s]
/proc/loadavg: 7.45 7.86 6.89 8/255 120013
/proc/meminfo: memFree=121168768/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=1156368 memory=1032552 CPUtime=12.62 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 180718 0 0 0 1214 48 0 0 20 0 2 0 139083257 1184120832 258138 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 289092 258138 2752 6655 0 262975 0
[pid=120009/tid=120013] ppid=120006 vsize=1156368 memory=1003220 CPUtime=0 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) S 120006 120009 119344 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139084383 1184120832 258138 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1156368 KiB
Current children cumulated memory: 1032552 KiB

[startup+25.5004 s]
/proc/loadavg: 7.38 7.83 6.89 9/255 120013
/proc/meminfo: memFree=120731436/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=1438608 memory=1302704 CPUtime=25.38 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 267832 0 0 0 2471 67 0 0 20 0 2 0 139083257 1473134592 325676 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 359652 325676 2944 6655 0 333535 0
[pid=120009/tid=120013] ppid=120006 vsize=1438608 memory=1489164 CPUtime=0 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) S 120006 120009 119344 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139084383 1473134592 325676 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1438608 KiB
Current children cumulated memory: 1302704 KiB

[startup+51.1053 s]
/proc/loadavg: 7.07 7.72 6.89 6/255 120112
/proc/meminfo: memFree=121939496/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=2983260 memory=2608768 CPUtime=64.68 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 467522 0 0 0 6337 131 0 0 20 0 2 0 139083257 3054858240 652192 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 745815 652192 3424 6655 0 724786 0
[pid=120009/tid=120013] ppid=120006 vsize=2983260 memory=-7808294779663842944 CPUtime=14.11 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) R 120006 120009 119344 0 -1 4194368 74611 0 0 0 1390 21 0 0 20 0 2 0 139084383 3054858240 652192 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 64.68 s
Current children cumulated vsize: 2983260 KiB
Current children cumulated memory: 2608768 KiB

[startup+102.3 s]
/proc/loadavg: 7.09 7.61 6.90 8/256 120160
/proc/meminfo: memFree=121168508/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=3452140 memory=3263072 CPUtime=165.87 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 711870 0 0 0 16393 194 0 0 20 0 2 0 139083257 3534991360 815768 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 863035 815768 3488 6655 0 842566 0
[pid=120009/tid=120013] ppid=120006 vsize=3452140 memory=15616 CPUtime=64.64 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) R 120006 120009 119344 0 -1 4194368 128973 0 0 0 6429 35 0 0 20 0 2 0 139084383 3534991360 815768 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 165.87 s
Current children cumulated vsize: 3452140 KiB
Current children cumulated memory: 3263072 KiB

[startup+162.3 s]
/proc/loadavg: 7.10 7.51 6.91 8/256 120162
/proc/meminfo: memFree=120869460/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=3703572 memory=3544732 CPUtime=281.65 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 954047 0 0 0 27899 266 0 0 20 0 2 0 139083257 3792457728 886183 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 925893 886183 3488 6655 0 899150 0
[pid=120009/tid=120013] ppid=120006 vsize=3703572 memory=3317476 CPUtime=120.91 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) R 120006 120009 119344 0 -1 4194368 197813 0 0 0 12019 72 0 0 20 0 2 0 139084383 3792457728 886183 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 281.65 s
Current children cumulated vsize: 3703572 KiB
Current children cumulated memory: 3544732 KiB

[startup+222.3 s]
/proc/loadavg: 7.10 7.43 6.92 8/256 120165
/proc/meminfo: memFree=120746736/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=3847952 memory=3685060 CPUtime=400.83 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 1032840 0 0 0 39803 280 0 0 20 0 2 0 139083257 3940302848 921265 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 961988 921265 3488 6655 0 934288 0
[pid=120009/tid=120013] ppid=120006 vsize=3847952 memory=3685060 CPUtime=180.3 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) R 120006 120009 119344 0 -1 4194368 232006 0 0 0 17950 80 0 0 20 0 2 0 139084383 3940302848 921265 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 400.83 s
Current children cumulated vsize: 3847952 KiB
Current children cumulated memory: 3685060 KiB

[startup+282.3 s]
/proc/loadavg: 6.95 7.34 6.92 8/254 120213
/proc/meminfo: memFree=120580080/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=3810272 memory=3657864 CPUtime=520.01 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 1110896 0 0 0 51706 295 0 0 20 0 2 0 139083257 3901718528 914466 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 952568 914466 3488 6655 0 924932 0
[pid=120009/tid=120013] ppid=120006 vsize=3810272 memory=3694732 CPUtime=239.7 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) R 120006 120009 119344 0 -1 4194368 249829 0 0 0 23883 87 0 0 20 0 2 0 139084383 3901718528 914466 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 520.01 s
Current children cumulated vsize: 3810272 KiB
Current children cumulated memory: 3657864 KiB

[startup+342.3 s]
/proc/loadavg: 7.10 7.30 6.94 9/253 120261
/proc/meminfo: memFree=120771300/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=3810472 memory=3658040 CPUtime=639.2 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 1177154 0 0 0 63612 308 0 0 20 0 2 0 139083257 3901923328 914510 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 952618 914510 3488 6655 0 924982 0
[pid=120009/tid=120013] ppid=120006 vsize=3810472 memory=14468 CPUtime=299.09 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) R 120006 120009 119344 0 -1 4194368 264693 0 0 0 29815 94 0 0 20 0 2 0 139084383 3901923328 914510 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 639.2 s
Current children cumulated vsize: 3810472 KiB
Current children cumulated memory: 3658040 KiB

[startup+402.3 s]

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

[startup+1542.3 s]
/proc/loadavg: 5.14 5.44 6.24 7/253 120332
/proc/meminfo: memFree=119852060/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=3939488 memory=3792624 CPUtime=3021.51 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 2337659 0 0 0 301307 844 0 0 20 0 2 0 139083257 4034035712 948156 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 984872 948156 3488 6655 0 957799 0
[pid=120009/tid=120013] ppid=120006 vsize=3939488 memory=3792624 CPUtime=1488.76 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) R 120006 120009 119344 0 -1 4194368 711336 0 0 0 148472 404 0 0 20 0 2 0 139084383 4034035712 948156 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 3021.51 s
Current children cumulated vsize: 3939488 KiB
Current children cumulated memory: 3792624 KiB

[startup+1602.3 s]
/proc/loadavg: 5.11 5.37 6.16 7/253 120334
/proc/meminfo: memFree=119849816/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=3939488 memory=3792624 CPUtime=3140.77 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 2373017 0 0 0 313224 853 0 0 20 0 2 0 139083257 4034035712 948156 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 984872 948156 3488 6655 0 957799 0
[pid=120009/tid=120013] ppid=120006 vsize=3939488 memory=3792624 CPUtime=1548.57 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) R 120006 120009 119344 0 -1 4194368 745183 0 0 0 154445 412 0 0 20 0 2 0 139084383 4034035712 948156 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 3140.77 s
Current children cumulated vsize: 3939488 KiB
Current children cumulated memory: 3792624 KiB

[startup+1662.3 s]
/proc/loadavg: 5.04 5.30 6.08 7/253 120336
/proc/meminfo: memFree=119818916/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=3977224 memory=3830360 CPUtime=3260.01 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 2414357 0 0 0 325132 869 0 0 20 0 2 0 139083257 4072677376 957590 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 994306 957590 3488 6655 0 967233 0
[pid=120009/tid=120013] ppid=120006 vsize=3977224 memory=3792624 CPUtime=1608.39 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) R 120006 120009 119344 0 -1 4194368 785023 0 0 0 160411 428 0 0 20 0 2 0 139084383 4072677376 957590 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 3260.01 s
Current children cumulated vsize: 3977224 KiB
Current children cumulated memory: 3830360 KiB

[startup+1722.3 s]
/proc/loadavg: 5.11 5.28 6.03 7/254 120339
/proc/meminfo: memFree=119764796/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=4000776 memory=3836644 CPUtime=3379.25 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 2459387 0 0 0 337030 895 0 0 20 0 2 0 139083257 4096794624 959161 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 1000194 959161 3488 6655 0 973121 0
[pid=120009/tid=120013] ppid=120006 vsize=4000776 memory=3792624 CPUtime=1668.19 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) R 120006 120009 119344 0 -1 4194368 815417 0 0 0 166373 446 0 0 20 0 2 0 139084383 4096794624 959161 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 3379.25 s
Current children cumulated vsize: 4000776 KiB
Current children cumulated memory: 3836644 KiB

[startup+1782.3 s]
/proc/loadavg: 5.13 5.25 5.97 7/254 120343
/proc/meminfo: memFree=119735076/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=4000912 memory=3862884 CPUtime=3498.4 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 2500022 0 0 0 348917 923 0 0 20 0 2 0 139083257 4096933888 965721 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 1000228 965721 3488 6655 0 973155 0
[pid=120009/tid=120013] ppid=120006 vsize=4000912 memory=3836644 CPUtime=1727.96 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) R 120006 120009 119344 0 -1 4194368 838502 0 0 0 172332 464 0 0 20 0 2 0 139084383 4096933888 965721 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 3498.4 s
Current children cumulated vsize: 4000912 KiB
Current children cumulated memory: 3862884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1833.5 s]
/proc/loadavg: 5.14 5.24 5.93 7/253 120344
/proc/meminfo: memFree=119738824/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=4002752 memory=3864804 CPUtime=3600.06 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 2535078 0 0 0 359064 942 0 0 20 0 2 0 139083257 4098818048 966201 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 1000688 966201 3488 6655 0 973615 0
[pid=120009/tid=120013] ppid=120006 vsize=4002752 memory=3864692 CPUtime=1778.96 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) R 120006 120009 119344 0 -1 4194368 863710 0 0 0 177413 483 0 0 20 0 2 0 139084383 4098818048 966201 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 4002752 KiB
Current children cumulated memory: 3864804 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3591.49 s, system=9.5815 s

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

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

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

[startup+1833.6 s]
/proc/loadavg: 5.14 5.24 5.93 7/253 120344
/proc/meminfo: memFree=119738824/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=4002808 memory=3864856 CPUtime=3600.26 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) R 120006 120009 119344 0 -1 4194304 2535158 0 0 0 359084 942 0 0 20 0 2 0 139083257 4098875392 966214 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 1000702 966214 3488 6655 0 973629 0
[pid=120009/tid=120013] ppid=120006 vsize=4002808 memory=3864748 CPUtime=1779.06 cores=0,2
/proc/120009/task/120013/stat : 120013 (LSIPExact) R 120006 120009 119344 0 -1 4194368 863787 0 0 0 177423 483 0 0 20 0 2 0 139084383 4098875392 966214 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 4002808 KiB
Current children cumulated memory: 3864856 KiB

[startup+1834.4 s]
/proc/loadavg: 5.14 5.24 5.93 6/253 120344
/proc/meminfo: memFree=119736800/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=2826724 memory=2740636 CPUtime=3600.96 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) S 120006 120009 119344 0 -1 4194304 2625864 227 0 0 359148 948 0 0 20 0 1 0 139083257 2894565376 685159 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 706681 685159 3552 6655 0 689663 0
Current children cumulated CPU time: 3600.96 s
Current children cumulated vsize: 2826724 KiB
Current children cumulated memory: 2740636 KiB

[startup+1835.2 s]
/proc/loadavg: 5.14 5.24 5.93 6/253 120346
/proc/meminfo: memFree=120549968/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=2826724 memory=2740636 CPUtime=3600.96 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) S 120006 120009 119344 0 -1 4194304 2625864 227 0 0 359148 948 0 0 20 0 1 0 139083257 2894565376 685159 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 706681 685159 3552 6655 0 689663 0
[pid=120346] ppid=120009 vsize=306732 memory=296656 CPUtime=0.84 cores=0,2
/proc/120346/stat : 120346 (Exact) R 120009 120346 120346 0 -1 4194304 46616 0 0 0 74 10 0 0 20 0 1 0 139266688 314093568 74164 18446744073709551615 4198400 8335837 140723115972464 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28741632 140723115976882 140723115977243 140723115977243 140723115982799 0
/proc/120346/statm: 76683 74164 960 1011 0 75450 0
Current children cumulated CPU time: 3601.8 s
Current children cumulated vsize: 3133456 KiB
Current children cumulated memory: 3037292 KiB

[startup+1835.4 s]
/proc/loadavg: 5.14 5.24 5.93 6/253 120346
/proc/meminfo: memFree=120549968/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=2826724 memory=2740636 CPUtime=3600.96 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) S 120006 120009 119344 0 -1 4194304 2625864 227 0 0 359148 948 0 0 20 0 1 0 139083257 2894565376 685159 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 706681 685159 3552 6655 0 689663 0
[pid=120346] ppid=120009 vsize=311156 memory=301944 CPUtime=1.05 cores=0,2
/proc/120346/stat : 120346 (Exact) R 120009 120346 120346 0 -1 4194304 47417 0 0 0 94 11 0 0 20 0 1 0 139266688 318623744 75486 18446744073709551615 4198400 8335837 140723115972464 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28741632 140723115976882 140723115977243 140723115977243 140723115982799 0
/proc/120346/statm: 77789 75486 960 1011 0 76556 0
Current children cumulated CPU time: 3602.01 s
Current children cumulated vsize: 3137880 KiB
Current children cumulated memory: 3042580 KiB

[startup+1835.5 s]
/proc/loadavg: 5.14 5.24 5.93 6/253 120346
/proc/meminfo: memFree=120549968/131382112 swapFree=33000116/33010684
[pid=120009] ppid=120006 vsize=2826724 memory=2740636 CPUtime=3600.96 cores=0,2
/proc/120009/stat : 120009 (LSIPExact) S 120006 120009 119344 0 -1 4194304 2625864 227 0 0 359148 948 0 0 20 0 1 0 139083257 2894565376 685159 18446744073709551615 94079539322880 94079566580049 140730676404944 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94079575082120 94079575513728 94079600410624 140730676410712 140730676410888 140730676410888 140730676416492 0
/proc/120009/statm: 706681 685159 3552 6655 0 689663 0
[pid=120346] ppid=120009 vsize=313456 memory=306076 CPUtime=1.14 cores=0,2
/proc/120346/stat : 120346 (Exact) R 120009 120346 120346 0 -1 4194304 47933 0 0 0 103 11 0 0 20 0 1 0 139266688 320978944 76519 18446744073709551615 4198400 8335837 140723115972464 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28741632 140723115976882 140723115977243 140723115977243 140723115982799 0
/proc/120346/statm: 78364 76519 960 1011 0 77131 0
Current children cumulated CPU time: 3602.1 s
Current children cumulated vsize: 3140180 KiB
Current children cumulated memory: 3046712 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1835.61
CPU time (s): 3602.24
CPU user time (s): 3592.53
CPU system time (s): 9.71277
CPU usage (%): 196.242
Max. virtual memory (cumulated for all children) (KiB): 4042184
Max. memory (cumulated for all children) (KiB): 3899160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.53
system time used= 9.71277
maximum resident set size= 3901768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2674024
page faults= 0
swaps= 0
block input operations= 40264
block output operations= 3728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 549
involuntary context switches= 41012


# summary of solver processes directly reported to runsolver:
#   pid: 120009,120346
#   total CPU time (s): 3602.24
#   total CPU user time (s): 3592.53
#   total CPU system time (s): 9.71277

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.35866 second user time and 9.09851 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-11 13:40:41
IDJOB=4527608
IDBENCH=155654
IDSOLVER=3384
FILE ID=nodeC007/4527608-1752234039
RUNJOBID= nodeC007-1752232205-119361
SLURM_JOB_ID= 9682518
Free space on /tmp= 430880 MiB

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

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

MD5SUM BENCH= f52c25e5aa8e0a6173f9b1fa92936824
RANDOM SEED=1101230875

nodeC007 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		: 1796.488
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.68
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		: 1197.208
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.68
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.131
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.68
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.597
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.68
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		: 3491.827
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.68
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		: 3591.611
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.68
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		: 3591.605
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.68
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		: 3591.637
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        122255956 kB
MemAvailable:   127297732 kB
Buffers:              16 kB
Cached:          5707892 kB
SwapCached:         2804 kB
Active:          2825116 kB
Inactive:        5437520 kB
Active(anon):    2531652 kB
Inactive(anon):    35088 kB
Active(file):     293464 kB
Inactive(file):  5402432 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            115480 kB
Writeback:             4 kB
AnonPages:       2554720 kB
Mapped:           126208 kB
Shmem:             12012 kB
KReclaimable:     371012 kB
Slab:             463652 kB
SReclaimable:     371012 kB
SUnreclaim:        92640 kB
KernelStack:        4000 kB
PageTables:         7932 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2943560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1173504 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 430880 MiB
End job on nodeC007 at 2025-07-11 14:11:17