Trace number 4504927

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.9 1845.99

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_7_mh_ic.opb
MD5SUM13b8bbb872de86791f42ef521acd2179
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 benchmark3135704
Best CPU time to get the best result obtained on this benchmark3585.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 135796744
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 69525451982
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 135796744
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 69525451982
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.19/1843.90	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.19/1843.90	c numVar: 370300
3600.19/1843.90	c numCon: 847958
3600.19/1843.90	c numEqual: 7358
3600.19/1843.90	c intSize: 37
3600.19/1843.90	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.19/1843.90	c ------------------- Paras list -------------------
3600.19/1843.90	c Name                	 Type      	 Now       	 Default   	 Comment
3600.19/1843.90	c timeout             	 double    	 3600.000000	 3600      	 
3600.19/1843.90	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.19/1843.90	c ls_time             	 double    	 10.000000 	 10        	 
3600.19/1843.90	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.19/1843.90	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.19/1843.90	c random_seed         	 int       	 0         	 0         	 
3600.19/1843.90	c sample_size         	 int       	 50        	 50        	 
3600.19/1843.90	c sub_score           	 int       	 1         	 1         	 
3600.19/1843.90	c tabu_base           	 int       	 3         	 3         	 
3600.19/1843.90	c tabu_variation      	 int       	 1         	 1         	 
3600.19/1843.90	c sub_div             	 int       	 4         	 4         	 
3600.19/1843.90	c nbcore              	 int       	 2         	 1         	 
3600.19/1843.90	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.19/1843.90	c print_sol           	 int       	 1         	 1         	 
3600.19/1843.90	c tmpdir              	 string		 .         	 "."       	 
3600.19/1843.90	c home                	 string		 HOME	 "."       	 
3600.19/1843.90	c benchname           	 string		 HOME/instance-4504927-1751442156.opb	 ""        	 
3600.19/1843.90	c --------------------------------------------------
3600.19/1843.90	c Local Search solver
3600.19/1843.90	c MIP solver
3600.19/1843.90	c receive signal 15, try to interrupt solver...
3601.62/1844.72	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: 63665 MiB (54575 MiB free)
  memory of node 1: 64507 MiB (62883 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504927-1751442156/watcher-4504927-1751442156 -o /tmp/evaluation-result-4504927-1751442156/solver-4504927-1751442156 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68010 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4504927-1751442156.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=68348, runsolver pid=68345

[startup+0.10004 s]*
/proc/loadavg: 6.60 7.59 7.13 6/265 68349
/proc/meminfo: memFree=120116496/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=241416 memory=192200 CPUtime=0.09 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 35868 0 0 0 3 6 0 0 20 0 1 0 59895898 247209984 48050 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 60354 48050 1120 6655 0 50589 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 241416 KiB
Current children cumulated memory: 192200 KiB

[startup+0.205848 s]*
/proc/loadavg: 6.60 7.59 7.13 6/265 68349
/proc/meminfo: memFree=120075924/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=273528 memory=229408 CPUtime=0.19 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 44633 0 0 0 11 8 0 0 20 0 1 0 59895898 280092672 57352 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 68382 57352 1120 6655 0 58617 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 273528 KiB
Current children cumulated memory: 229408 KiB

[startup+0.305647 s]*
/proc/loadavg: 6.60 7.59 7.13 6/265 68349
/proc/meminfo: memFree=119986448/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=371644 memory=335836 CPUtime=0.3 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 51774 0 0 0 19 11 0 0 20 0 1 0 59895898 380563456 83959 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 92911 83959 1120 6655 0 83146 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 371644 KiB
Current children cumulated memory: 335836 KiB

[startup+0.700187 s]
/proc/loadavg: 6.60 7.59 7.13 6/265 68349
/proc/meminfo: memFree=119861264/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=531384 memory=494428 CPUtime=0.68 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 91415 0 0 0 51 17 0 0 20 0 1 0 59895898 544137216 123607 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 132846 123607 1120 6655 0 123081 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 531384 KiB
Current children cumulated memory: 494428 KiB

[startup+1.50019 s]
/proc/loadavg: 6.47 7.55 7.12 6/265 68349
/proc/meminfo: memFree=119728424/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=729216 memory=692324 CPUtime=1.48 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 140378 0 0 0 122 26 0 0 20 0 1 0 59895898 746717184 173081 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 182304 173081 1120 6655 0 172539 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 729216 KiB
Current children cumulated memory: 692324 KiB

[startup+3.10571 s]
/proc/loadavg: 6.47 7.55 7.12 6/265 68349
/proc/meminfo: memFree=119630376/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=729216 memory=692324 CPUtime=3.08 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 140449 0 0 0 282 26 0 0 20 0 1 0 59895898 746717184 173081 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 182304 173081 1120 6655 0 172539 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 729216 KiB
Current children cumulated memory: 692324 KiB

[startup+6.30017 s]
/proc/loadavg: 6.35 7.50 7.11 6/265 68349
/proc/meminfo: memFree=119643704/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=729216 memory=692324 CPUtime=6.26 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 140577 0 0 0 600 26 0 0 20 0 1 0 59895898 746717184 173081 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 182304 173081 1120 6655 0 172539 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 729216 KiB
Current children cumulated memory: 692324 KiB

[startup+12.7002 s]
/proc/loadavg: 6.32 7.48 7.10 6/267 68351
/proc/meminfo: memFree=118454608/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=1663540 memory=1495652 CPUtime=12.64 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 242667 0 0 0 1214 50 0 0 20 0 2 0 59895898 1703464960 373913 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 415885 373913 2720 6655 0 389768 0
[pid=68348/tid=68351] ppid=68345 vsize=1663540 memory=1418172 CPUtime=0 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) S 68345 68348 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 59897029 1703464960 373913 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1663540 KiB
Current children cumulated memory: 1495652 KiB

[startup+25.5002 s]
/proc/loadavg: 6.20 7.41 7.08 7/267 68351
/proc/meminfo: memFree=116952268/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=2309116 memory=2097304 CPUtime=25.4 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 330238 0 0 0 2468 72 0 0 20 0 2 0 59895898 2364534784 524326 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 577279 524326 2848 6655 0 551162 0
[pid=68348/tid=68351] ppid=68345 vsize=2309116 memory=2113132 CPUtime=0 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) S 68345 68348 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 59897029 2364534784 524326 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2309116 KiB
Current children cumulated memory: 2097304 KiB

[startup+51.106 s]
/proc/loadavg: 6.53 7.37 7.08 9/267 68352
/proc/meminfo: memFree=116317744/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=3098940 memory=2780376 CPUtime=52.25 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 516698 0 0 0 5103 122 0 0 20 0 2 0 59895898 3173314560 695094 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 774735 695094 3200 6655 0 754012 0
[pid=68348/tid=68351] ppid=68345 vsize=3098940 memory=2735000 CPUtime=1.41 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) R 68345 68348 67998 0 -1 4194368 36469 0 0 0 132 9 0 0 20 0 2 0 59897029 3173314560 695094 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 52.25 s
Current children cumulated vsize: 3098940 KiB
Current children cumulated memory: 2780376 KiB

[startup+102.3 s]
/proc/loadavg: 7.13 7.42 7.11 8/267 68402
/proc/meminfo: memFree=121742132/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=4677000 memory=4334232 CPUtime=153.19 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 892251 0 0 0 15081 238 0 0 20 0 2 0 59895898 4789248000 1083558 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1169250 1083558 3392 6655 0 1151761 0
[pid=68348/tid=68351] ppid=68345 vsize=4677000 memory=4304164 CPUtime=51.38 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) R 68345 68348 67998 0 -1 4194368 151121 0 0 0 5096 42 0 0 20 0 2 0 59897029 4789248000 1083558 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 153.19 s
Current children cumulated vsize: 4677000 KiB
Current children cumulated memory: 4334232 KiB

[startup+162.3 s]
/proc/loadavg: 7.32 7.41 7.12 9/267 68500
/proc/meminfo: memFree=120675780/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=4693160 memory=4366828 CPUtime=272.28 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 955915 0 0 0 26969 259 0 0 20 0 2 0 59895898 4805795840 1091707 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1173290 1091707 3392 6655 0 1155801 0
[pid=68348/tid=68351] ppid=68345 vsize=4693160 memory=4366828 CPUtime=110.7 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) R 68345 68348 67998 0 -1 4194368 189099 0 0 0 11013 57 0 0 20 0 2 0 59897029 4805795840 1091707 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 272.28 s
Current children cumulated vsize: 4693160 KiB
Current children cumulated memory: 4366828 KiB

[startup+222.3 s]
/proc/loadavg: 7.80 7.53 7.19 9/267 68502
/proc/meminfo: memFree=120236288/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=4789980 memory=4409564 CPUtime=391.36 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 1068237 0 0 0 38840 296 0 0 20 0 2 0 59895898 4904939520 1102391 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1197495 1102391 3392 6655 0 1180006 0
[pid=68348/tid=68351] ppid=68345 vsize=4789980 memory=4396760 CPUtime=170.02 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) R 68345 68348 67998 0 -1 4194368 207282 0 0 0 16933 69 0 0 20 0 2 0 59897029 4904939520 1102391 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 391.36 s
Current children cumulated vsize: 4789980 KiB
Current children cumulated memory: 4409564 KiB

[startup+282.3 s]
/proc/loadavg: 7.91 7.62 7.24 9/267 68504
/proc/meminfo: memFree=120209964/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=4700320 memory=4376660 CPUtime=510.39 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 1223915 0 0 0 50690 349 0 0 20 0 2 0 59895898 4813127680 1094165 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1175080 1094165 3392 6655 0 1157591 0
[pid=68348/tid=68351] ppid=68345 vsize=4700320 memory=1555656 CPUtime=229.31 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) R 68345 68348 67998 0 -1 4194368 227865 0 0 0 22855 76 0 0 20 0 2 0 59897029 4813127680 1094165 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 510.39 s
Current children cumulated vsize: 4700320 KiB
Current children cumulated memory: 4376660 KiB

[startup+342.3 s]
/proc/loadavg: 8.07 7.72 7.30 9/267 68506
/proc/meminfo: memFree=120018512/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=4987060 memory=4601312 CPUtime=629.43 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 1392487 0 0 0 62535 408 0 0 20 0 2 0 59895898 5106749440 1150328 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1246765 1150328 3392 6655 0 1229276 0
[pid=68348/tid=68351] ppid=68345 vsize=4987060 memory=1555656 CPUtime=288.62 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) R 68345 68348 67998 0 -1 4194368 274771 0 0 0 28773 89 0 0 20 0 2 0 59897029 5106749440 1150328 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 629.43 s
Current children cumulated vsize: 4987060 KiB
Current children cumulated memory: 4601312 KiB

[startup+402.3 s]

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

[startup+1542.3 s]
/proc/loadavg: 7.24 7.25 7.42 8/266 68575
/proc/meminfo: memFree=118501164/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=5208756 memory=4984424 CPUtime=3001.22 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 2999770 0 0 0 299251 871 0 0 20 0 2 0 59895898 5333766144 1246106 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1302189 1246106 3392 6655 0 1284700 0
[pid=68348/tid=68351] ppid=68345 vsize=5208756 memory=4953988 CPUtime=1465.6 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) R 68345 68348 67998 0 -1 4194368 891630 0 0 0 146268 292 0 0 20 0 2 0 59897029 5333766144 1246106 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 3001.22 s
Current children cumulated vsize: 5208756 KiB
Current children cumulated memory: 4984424 KiB

[startup+1602.3 s]
/proc/loadavg: 7.14 7.22 7.39 8/266 68577
/proc/meminfo: memFree=118464888/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=5214024 memory=4968196 CPUtime=3120.36 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 3064796 0 0 0 311152 884 0 0 20 0 2 0 59895898 5339160576 1242049 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1303506 1242049 3392 6655 0 1286017 0
[pid=68348/tid=68351] ppid=68345 vsize=5214024 memory=4998008 CPUtime=1524.96 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) R 68345 68348 67998 0 -1 4194368 912718 0 0 0 152199 297 0 0 20 0 2 0 59897029 5339160576 1242049 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 3120.36 s
Current children cumulated vsize: 5214024 KiB
Current children cumulated memory: 4968196 KiB

[startup+1662.3 s]
/proc/loadavg: 7.16 7.21 7.38 8/267 68582
/proc/meminfo: memFree=118599432/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=5073804 memory=4850216 CPUtime=3239.51 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 3136804 0 0 0 323054 897 0 0 20 0 2 0 59895898 5195575296 1212554 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1268451 1212554 3392 6655 0 1250962 0
[pid=68348/tid=68351] ppid=68345 vsize=5073804 memory=4998008 CPUtime=1584.33 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) R 68345 68348 67998 0 -1 4194368 950102 0 0 0 158130 303 0 0 20 0 2 0 59897029 5195575296 1212554 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 3239.51 s
Current children cumulated vsize: 5073804 KiB
Current children cumulated memory: 4850216 KiB

[startup+1722.3 s]
/proc/loadavg: 6.89 7.13 7.34 7/267 68584
/proc/meminfo: memFree=118556280/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=5127924 memory=4900952 CPUtime=3358.68 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 3217515 0 0 0 334959 909 0 0 20 0 2 0 59895898 5250994176 1225238 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1281981 1225238 3392 6655 0 1264492 0
[pid=68348/tid=68351] ppid=68345 vsize=5127924 memory=4998008 CPUtime=1643.69 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) R 68345 68348 67998 0 -1 4194368 979160 0 0 0 164059 310 0 0 20 0 2 0 59897029 5250994176 1225238 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 3358.68 s
Current children cumulated vsize: 5127924 KiB
Current children cumulated memory: 4900952 KiB

[startup+1782.3 s]
/proc/loadavg: 6.37 6.94 7.26 7/267 68586
/proc/meminfo: memFree=118438864/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=5180652 memory=4934452 CPUtime=3477.82 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 3271397 0 0 0 346859 923 0 0 20 0 2 0 59895898 5304987648 1233613 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1295163 1233613 3392 6655 0 1277674 0
[pid=68348/tid=68351] ppid=68345 vsize=5180652 memory=4934356 CPUtime=1703.05 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) R 68345 68348 67998 0 -1 4194368 1002911 0 0 0 169989 316 0 0 20 0 2 0 59897029 5304987648 1233613 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 3477.82 s
Current children cumulated vsize: 5180652 KiB
Current children cumulated memory: 4934452 KiB

[startup+1842.3 s]
/proc/loadavg: 6.24 6.80 7.19 7/267 68588
/proc/meminfo: memFree=118367064/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=5354400 memory=5041280 CPUtime=3597 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 3346229 0 0 0 358755 945 0 0 20 0 2 0 59895898 5482905600 1260320 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1338600 1260320 3392 6655 0 1321111 0
[pid=68348/tid=68351] ppid=68345 vsize=5354400 memory=10752 CPUtime=1762.42 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) R 68345 68348 67998 0 -1 4194368 1030520 0 0 0 175920 322 0 0 20 0 2 0 59897029 5482905600 1260320 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 3597 s
Current children cumulated vsize: 5354400 KiB
Current children cumulated memory: 5041280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1843.9 s]
/proc/loadavg: 6.24 6.80 7.19 7/267 68588
/proc/meminfo: memFree=118367316/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=5354400 memory=5041280 CPUtime=3600.19 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) R 68345 68348 67998 0 -1 4194304 3347178 0 0 0 359073 946 0 0 20 0 2 0 59895898 5482905600 1260320 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1338600 1260320 3392 6655 0 1321111 0
[pid=68348/tid=68351] ppid=68345 vsize=5354400 memory=4996904 CPUtime=1764.01 cores=1,3
/proc/68348/task/68351/stat : 68351 (LSIPExact) R 68345 68348 67998 0 -1 4194368 1030520 0 0 0 176079 322 0 0 20 0 2 0 59897029 5482905600 1260320 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 5354400 KiB
Current children cumulated memory: 5041280 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3592.12 s, system=9.611 s

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

# cumulated CPU time of all completed processes:  user=3593.11 s, system=9.78005 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+1844.8 s]
/proc/loadavg: 6.24 6.80 7.19 7/267 68588
/proc/meminfo: memFree=118367316/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=4293412 memory=4186512 CPUtime=3601.65 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) S 68345 68348 67998 0 -1 4194304 3454825 0 0 0 359212 953 0 0 20 0 1 0 59895898 4396453888 1046628 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1073353 1046628 3424 6655 0 1055864 0
Current children cumulated CPU time: 3601.65 s
Current children cumulated vsize: 4293412 KiB
Current children cumulated memory: 4186512 KiB

[startup+1845.6 s]
/proc/loadavg: 6.24 6.80 7.19 6/267 68589
/proc/meminfo: memFree=118876832/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=4293412 memory=4186512 CPUtime=3601.65 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) S 68345 68348 67998 0 -1 4194304 3454825 0 0 0 359212 953 0 0 20 0 1 0 59895898 4396453888 1046628 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1073353 1046628 3424 6655 0 1055864 0
[pid=68589] ppid=68348 vsize=429996 memory=416584 CPUtime=0.85 cores=1,3
/proc/68589/stat : 68589 (Exact) R 68348 68589 68589 0 -1 4194304 46789 0 0 0 71 14 0 0 20 0 1 0 60080370 440315904 104146 18446744073709551615 4198400 8335837 140734052102752 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 33042432 140734052108475 140734052108829 140734052108829 140734052114383 0
/proc/68589/statm: 107499 104146 960 1011 0 106266 0
Current children cumulated CPU time: 3602.5 s
Current children cumulated vsize: 4723408 KiB
Current children cumulated memory: 4603096 KiB

[startup+1845.8 s]
/proc/loadavg: 6.24 6.80 7.19 6/267 68589
/proc/meminfo: memFree=118876832/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=4293412 memory=4186512 CPUtime=3601.65 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) S 68345 68348 67998 0 -1 4194304 3454825 0 0 0 359212 953 0 0 20 0 1 0 59895898 4396453888 1046628 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1073353 1046628 3424 6655 0 1055864 0
[pid=68589] ppid=68348 vsize=455376 memory=432832 CPUtime=1.05 cores=1,3
/proc/68589/stat : 68589 (Exact) R 68348 68589 68589 0 -1 4194304 50036 0 0 0 90 15 0 0 20 0 1 0 60080370 466305024 108208 18446744073709551615 4198400 8335837 140734052102752 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 33042432 140734052108475 140734052108829 140734052108829 140734052114383 0
/proc/68589/statm: 113844 108208 960 1011 0 112611 0
Current children cumulated CPU time: 3602.7 s
Current children cumulated vsize: 4748788 KiB
Current children cumulated memory: 4619344 KiB

[startup+1845.9 s]
/proc/loadavg: 6.24 6.80 7.19 6/267 68589
/proc/meminfo: memFree=118876832/131250000 swapFree=33010684/33010684
[pid=68348] ppid=68345 vsize=4293412 memory=4186512 CPUtime=3601.65 cores=1,3
/proc/68348/stat : 68348 (LSIPExact) S 68345 68348 67998 0 -1 4194304 3454825 0 0 0 359212 953 0 0 20 0 1 0 59895898 4396453888 1046628 18446744073709551615 94583811207168 94583838463569 140731841306976 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94583846966408 94583847398016 94583877337088 140731841313114 140731841313290 140731841313290 140731841318892 0
/proc/68348/statm: 1073353 1046628 3424 6655 0 1055864 0
[pid=68589] ppid=68348 vsize=482568 memory=460096 CPUtime=1.15 cores=1,3
/proc/68589/stat : 68589 (Exact) R 68348 68589 68589 0 -1 4194304 56857 0 0 0 99 16 0 0 20 0 1 0 60080370 494149632 115024 18446744073709551615 4198400 8335837 140734052102752 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 33042432 140734052108475 140734052108829 140734052108829 140734052114383 0
/proc/68589/statm: 120642 115024 960 1011 0 119409 0
Current children cumulated CPU time: 3602.8 s
Current children cumulated vsize: 4775980 KiB
Current children cumulated memory: 4646608 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1845.99
CPU time (s): 3602.9
CPU user time (s): 3593.11
CPU system time (s): 9.78005
CPU usage (%): 195.175
Max. virtual memory (cumulated for all children) (KiB): 5494544
Max. memory (cumulated for all children) (KiB): 5041280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.11
system time used= 9.78005
maximum resident set size= 5054328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3511682
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= 442
involuntary context switches= 47892


# summary of solver processes directly reported to runsolver:
#   pid: 68348,68589
#   total CPU time (s): 3602.9
#   total CPU user time (s): 3593.11
#   total CPU system time (s): 9.78005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.80203 second user time and 9.11857 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 09:42:36
IDJOB=4504927
IDBENCH=155702
IDSOLVER=3336
FILE ID=nodeC013/4504927-1751442156
RUNJOBID= nodeC013-1751440305-68010
SLURM_JOB_ID= 9598399
Free space on /tmp= 432488 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_7_mh_ic.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504927-1751442156/watcher-4504927-1751442156 -o /tmp/evaluation-result-4504927-1751442156/solver-4504927-1751442156 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68010 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4504927-1751442156.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 13b8bbb872de86791f42ef521acd2179
RANDOM SEED=516816336

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120278092 kB
MemAvailable:   121279516 kB
Buffers:            3280 kB
Cached:          1800404 kB
SwapCached:            0 kB
Active:          8631164 kB
Inactive:        1555480 kB
Active(anon):    8396248 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  1555480 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            139340 kB
Writeback:             0 kB
AnonPages:       8380768 kB
Mapped:           127068 kB
Shmem:             13284 kB
KReclaimable:     100136 kB
Slab:             188940 kB
SReclaimable:     100136 kB
SUnreclaim:        88804 kB
KernelStack:        4272 kB
PageTables:        19700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8816916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5240832 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432456 MiB
End job on nodeC013 at 2025-07-02 10:13:23