Trace number 4504651

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.09 1846.57

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_0_mh.opb
MD5SUM1805785d49293ee7708f7a2cbbe3381b
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 benchmark4336688
Best CPU time to get the best result obtained on this benchmark71257.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 145531576
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 65051092014
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 145531576
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 65051092014
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.04/1844.50	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.04/1844.50	c numVar: 250200
3600.04/1844.50	c numCon: 605407
3600.04/1844.50	c numEqual: 4907
3600.04/1844.50	c intSize: 36
3600.04/1844.50	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.04/1844.50	c ------------------- Paras list -------------------
3600.04/1844.50	c Name                	 Type      	 Now       	 Default   	 Comment
3600.04/1844.50	c timeout             	 double    	 3600.000000	 3600      	 
3600.04/1844.50	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.04/1844.50	c ls_time             	 double    	 10.000000 	 10        	 
3600.04/1844.50	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.04/1844.50	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.04/1844.50	c random_seed         	 int       	 0         	 0         	 
3600.04/1844.50	c sample_size         	 int       	 50        	 50        	 
3600.04/1844.50	c sub_score           	 int       	 1         	 1         	 
3600.04/1844.50	c tabu_base           	 int       	 3         	 3         	 
3600.04/1844.50	c tabu_variation      	 int       	 1         	 1         	 
3600.04/1844.50	c sub_div             	 int       	 4         	 4         	 
3600.04/1844.50	c nbcore              	 int       	 2         	 1         	 
3600.04/1844.50	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.04/1844.50	c print_sol           	 int       	 1         	 1         	 
3600.04/1844.50	c tmpdir              	 string		 .         	 "."       	 
3600.04/1844.50	c home                	 string		 HOME	 "."       	 
3600.04/1844.50	c benchname           	 string		 HOME/instance-4504651-1751440305.opb	 ""        	 
3600.04/1844.50	c --------------------------------------------------
3600.04/1844.50	c Local Search solver
3600.04/1844.50	c LS find feasible solution for PBO with objective value 419937681
3600.04/1844.50	c MIP solver
3600.04/1844.50	c receive signal 15, try to interrupt solver...
3600.04/1844.59	c MIP solver find feasible solution
3600.17/1844.63	c MIP solver objective value: 1.08355e+08
3600.26/1844.76	c MIP find feasible solution for PBO with objective value 108354818
3600.26/1844.76	c copy file: 0
3600.26/1844.76	c gen ub file: HOME/instance-4504651-1751440305.opb_ub.opb
3600.26/1844.76	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 (62228 MiB free)
  memory of node 1: 64507 MiB (63519 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504651-1751440305/watcher-4504651-1751440305 -o /tmp/evaluation-result-4504651-1751440305/solver-4504651-1751440305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68008 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4504651-1751440305.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=68059, runsolver pid=68050
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 0.64 1.16 2.25 6/264 68068
/proc/meminfo: memFree=128324544/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=204632 memory=161076 CPUtime=0.08 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 31047 0 0 0 3 5 0 0 20 0 1 0 59710794 209543168 40269 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 51158 40269 1152 6655 0 41393 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 204632 KiB
Current children cumulated memory: 161076 KiB

[startup+0.2049 s]*
/proc/loadavg: 0.64 1.16 2.25 6/264 68068
/proc/meminfo: memFree=128147820/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=225116 memory=181328 CPUtime=0.18 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 34494 0 0 0 12 6 0 0 20 0 1 0 59710794 230518784 45332 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 56279 45332 1184 6655 0 46514 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 225116 KiB
Current children cumulated memory: 181328 KiB

[startup+0.305716 s]*
/proc/loadavg: 0.64 1.16 2.25 6/264 68068
/proc/meminfo: memFree=127836512/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=334528 memory=298888 CPUtime=0.29 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 53160 0 0 0 19 10 0 0 20 0 1 0 59710794 342556672 74722 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 83632 74722 1184 6655 0 73867 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 334528 KiB
Current children cumulated memory: 298888 KiB

[startup+0.700165 s]
/proc/loadavg: 0.64 1.16 2.25 6/264 68068
/proc/meminfo: memFree=127596104/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=462196 memory=425608 CPUtime=0.67 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 84848 0 0 0 53 14 0 0 20 0 1 0 59710794 473288704 106402 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 115549 106402 1184 6655 0 105784 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 462196 KiB
Current children cumulated memory: 425608 KiB

[startup+1.50013 s]
/proc/loadavg: 0.64 1.16 2.25 6/264 68068
/proc/meminfo: memFree=127362596/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=513264 memory=476680 CPUtime=1.47 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 97627 0 0 0 131 16 0 0 20 0 1 0 59710794 525582336 119170 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 128316 119170 1184 6655 0 118551 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 513264 KiB
Current children cumulated memory: 476680 KiB

[startup+3.10482 s]
/proc/loadavg: 0.91 1.20 2.26 6/264 68068
/proc/meminfo: memFree=127363368/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=513264 memory=476680 CPUtime=3.07 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 97671 0 0 0 291 16 0 0 20 0 1 0 59710794 525582336 119170 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 128316 119170 1184 6655 0 118551 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 513264 KiB
Current children cumulated memory: 476680 KiB

[startup+6.30012 s]
/proc/loadavg: 0.91 1.20 2.26 6/265 68069
/proc/meminfo: memFree=127363568/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=514332 memory=477704 CPUtime=6.25 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 97991 0 0 0 609 16 0 0 20 0 1 0 59710794 526675968 119426 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 128583 119426 1184 6655 0 118818 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 514332 KiB
Current children cumulated memory: 477704 KiB

[startup+12.7001 s]
/proc/loadavg: 1.38 1.30 2.28 6/269 68073
/proc/meminfo: memFree=125599024/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=1146784 memory=1024020 CPUtime=12.64 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 181492 0 0 0 1228 36 0 0 20 0 2 0 59710794 1174306816 256005 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 286696 256005 2752 6655 0 260579 0
[pid=68059/tid=68073] ppid=68050 vsize=1146784 memory=1031064 CPUtime=0 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) S 68050 68059 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 59711886 1174306816 256005 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1146784 KiB
Current children cumulated memory: 1024020 KiB

[startup+25.5001 s]
/proc/loadavg: 1.78 1.39 2.30 8/269 68073
/proc/meminfo: memFree=123496412/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=1438876 memory=1298852 CPUtime=25.4 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 264561 0 0 0 2488 52 0 0 20 0 2 0 59710794 1473409024 324713 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 359719 324713 2912 6655 0 333602 0
[pid=68059/tid=68073] ppid=68050 vsize=1438876 memory=1485280 CPUtime=0 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) S 68050 68059 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 59711886 1473409024 324713 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1438876 KiB
Current children cumulated memory: 1298852 KiB

[startup+51.1051 s]
/proc/loadavg: 3.59 1.84 2.43 8/269 68073
/proc/meminfo: memFree=120225572/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=2847588 memory=2573248 CPUtime=60.56 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 469407 0 0 0 5938 118 0 0 20 0 2 0 59710794 2915930112 643312 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 711897 643312 3424 6655 0 684015 0
[pid=68059/tid=68073] ppid=68050 vsize=2847588 memory=3832625087626505482 CPUtime=9.69 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) S 68050 68059 67998 0 -1 4194368 85733 0 0 0 943 26 0 0 20 0 2 0 59711886 2915930112 643312 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 60.56 s
Current children cumulated vsize: 2847588 KiB
Current children cumulated memory: 2573248 KiB

[startup+102.3 s]
/proc/loadavg: 6.10 2.82 2.73 10/269 68075
/proc/meminfo: memFree=118810528/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=3515164 memory=3299536 CPUtime=152.18 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 739054 0 0 0 15047 171 0 0 20 0 2 0 59710794 3599527936 824884 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 878791 824884 3456 6655 0 850914 0
[pid=68059/tid=68073] ppid=68050 vsize=3515164 memory=3296936 CPUtime=50.3 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) R 68050 68059 67998 0 -1 4194368 159223 0 0 0 4994 36 0 0 20 0 2 0 59711886 3599527936 824884 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 152.18 s
Current children cumulated vsize: 3515164 KiB
Current children cumulated memory: 3299536 KiB

[startup+162.3 s]
/proc/loadavg: 7.41 3.80 3.07 10/269 68077
/proc/meminfo: memFree=118815852/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=3482612 memory=3284808 CPUtime=271.23 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 973954 0 0 0 26903 220 0 0 20 0 2 0 59710794 3566194688 821202 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 870653 821202 3456 6655 0 842776 0
[pid=68059/tid=68073] ppid=68050 vsize=3482612 memory=3322404 CPUtime=109.62 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) R 68050 68059 67998 0 -1 4194368 237720 0 0 0 10917 45 0 0 20 0 2 0 59711886 3566194688 821202 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 271.23 s
Current children cumulated vsize: 3482612 KiB
Current children cumulated memory: 3284808 KiB

[startup+222.3 s]
/proc/loadavg: 7.73 4.55 3.38 10/271 68085
/proc/meminfo: memFree=118507904/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=3525996 memory=3298020 CPUtime=390.36 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 1069114 0 0 0 38744 292 0 0 20 0 2 0 59710794 3610619904 824505 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 881499 824505 3456 6655 0 853622 0
[pid=68059/tid=68073] ppid=68050 vsize=3525996 memory=3322404 CPUtime=168.99 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) R 68050 68059 67998 0 -1 4194368 244229 0 0 0 16852 47 0 0 20 0 2 0 59711886 3610619904 824505 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 390.36 s
Current children cumulated vsize: 3525996 KiB
Current children cumulated memory: 3298020 KiB

[startup+282.3 s]
/proc/loadavg: 7.98 5.20 3.68 10/271 68087
/proc/meminfo: memFree=118317816/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=3648076 memory=3417708 CPUtime=509.44 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 1325805 0 0 0 50572 372 0 0 20 0 2 0 59710794 3735629824 854427 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 912019 854427 3456 6655 0 884142 0
[pid=68059/tid=68073] ppid=68050 vsize=3648076 memory=3322404 CPUtime=228.33 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) R 68050 68059 67998 0 -1 4194368 292142 0 0 0 22779 54 0 0 20 0 2 0 59711886 3735629824 854427 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 509.44 s
Current children cumulated vsize: 3648076 KiB
Current children cumulated memory: 3417708 KiB

[startup+342.3 s]
/proc/loadavg: 8.06 5.73 3.96 10/268 68089
/proc/meminfo: memFree=118249120/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=3575536 memory=3382928 CPUtime=628.49 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 1369633 0 0 0 62465 384 0 0 20 0 2 0 59710794 3661348864 845732 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 893884 845732 3456 6655 0 866007 0
[pid=68059/tid=68073] ppid=68050 vsize=3575536 memory=3382992 CPUtime=287.66 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) R 68050 68059 67998 0 -1 4194368 310777 0 0 0 28709 57 0 0 20 0 2 0 59711886 3661348864 845732 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 628.49 s
Current children cumulated vsize: 3575536 KiB
Current children cumulated memory: 3382928 KiB


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

/proc/loadavg: 8.10 8.09 7.07 10/267 68150
/proc/meminfo: memFree=113328304/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=3913612 memory=3752236 CPUtime=3118.96 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 2769940 0 0 0 311162 734 0 0 20 0 2 0 59710794 4007538688 938059 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 978403 938059 3456 6655 0 944612 0
[pid=68059/tid=68073] ppid=68050 vsize=3913612 memory=14720 CPUtime=1524.06 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) R 68050 68059 67998 0 -1 4194368 750020 0 0 0 152190 216 0 0 20 0 2 0 59711886 4007538688 938059 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 3118.96 s
Current children cumulated vsize: 3913612 KiB
Current children cumulated memory: 3752236 KiB

[startup+1662.3 s]
/proc/loadavg: 8.15 8.10 7.14 10/267 68152
/proc/meminfo: memFree=113087440/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=3915024 memory=3752236 CPUtime=3238.07 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 2851302 0 0 0 323065 742 0 0 20 0 2 0 59710794 4008984576 938059 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 978756 938059 3456 6655 0 944965 0
[pid=68059/tid=68073] ppid=68050 vsize=3915024 memory=14720 CPUtime=1583.41 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) R 68050 68059 67998 0 -1 4194368 765294 0 0 0 158123 218 0 0 20 0 2 0 59711886 4008984576 938059 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 3238.07 s
Current children cumulated vsize: 3915024 KiB
Current children cumulated memory: 3752236 KiB

[startup+1722.3 s]
/proc/loadavg: 7.96 8.06 7.19 9/267 68157
/proc/meminfo: memFree=112871200/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=3915024 memory=3754796 CPUtime=3357.2 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 2904933 0 0 0 334973 747 0 0 20 0 2 0 59710794 4008984576 938699 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 978756 938699 3456 6655 0 944965 0
[pid=68059/tid=68073] ppid=68050 vsize=3915024 memory=14720 CPUtime=1642.77 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) R 68050 68059 67998 0 -1 4194368 774617 0 0 0 164057 220 0 0 20 0 2 0 59711886 4008984576 938699 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 3357.2 s
Current children cumulated vsize: 3915024 KiB
Current children cumulated memory: 3754796 KiB

[startup+1782.3 s]
/proc/loadavg: 7.40 7.88 7.18 9/267 68159
/proc/meminfo: memFree=112879576/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=3915024 memory=3754796 CPUtime=3476.42 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 2966141 0 0 0 346890 752 0 0 20 0 2 0 59710794 4008984576 938699 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 978756 938699 3456 6655 0 944965 0
[pid=68059/tid=68073] ppid=68050 vsize=3915024 memory=3754796 CPUtime=1702.18 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) R 68050 68059 67998 0 -1 4194368 777188 0 0 0 169998 220 0 0 20 0 2 0 59711886 4008984576 938699 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 3476.42 s
Current children cumulated vsize: 3915024 KiB
Current children cumulated memory: 3754796 KiB

[startup+1842.3 s]
/proc/loadavg: 6.73 7.63 7.14 7/265 68255
/proc/meminfo: memFree=117320488/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=3918300 memory=3759660 CPUtime=3595.66 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 3005470 0 0 0 358809 757 0 0 20 0 2 0 59710794 4012339200 939915 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 979575 939915 3456 6655 0 945784 0
[pid=68059/tid=68073] ppid=68050 vsize=3918300 memory=3754796 CPUtime=1761.62 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) R 68050 68059 67998 0 -1 4194368 792535 0 0 0 175939 223 0 0 20 0 2 0 59711886 4012339200 939915 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 3595.66 s
Current children cumulated vsize: 3918300 KiB
Current children cumulated memory: 3759660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1844.5 s]
/proc/loadavg: 6.73 7.63 7.14 8/267 68257
/proc/meminfo: memFree=117107132/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=3918300 memory=3759660 CPUtime=3600.04 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) R 68050 68059 67998 0 -1 4194304 3005535 0 0 0 359247 757 0 0 20 0 2 0 59710794 4012339200 939915 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 979575 939915 3456 6655 0 945784 0
[pid=68059/tid=68073] ppid=68050 vsize=3918300 memory=14720 CPUtime=1763.8 cores=0,2
/proc/68059/task/68073/stat : 68073 (LSIPExact) R 68050 68059 67998 0 -1 4194368 792600 0 0 0 176157 223 0 0 20 0 2 0 59711886 4012339200 939915 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 3918300 KiB
Current children cumulated memory: 3759660 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3592.66 s, system=7.71694 s

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

# cumulated CPU time of all completed processes:  user=3594.21 s, system=7.87861 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.73 7.63 7.14 8/267 68257
/proc/meminfo: memFree=117107132/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=2990176 memory=2883980 CPUtime=3600.31 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) S 68050 68059 67998 0 -1 4194304 3117627 229 0 0 359266 765 0 0 20 0 1 0 59710794 3061940224 720995 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 747544 720995 3488 6655 0 723761 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 2990176 KiB
Current children cumulated memory: 2883980 KiB

[startup+1845.6 s]
/proc/loadavg: 6.73 7.63 7.14 6/267 68259
/proc/meminfo: memFree=117685612/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=2990176 memory=2883980 CPUtime=3600.31 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) S 68050 68059 67998 0 -1 4194304 3117627 229 0 0 359266 765 0 0 20 0 1 0 59710794 3061940224 720995 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 747544 720995 3488 6655 0 723761 0
[pid=68259] ppid=68059 vsize=312640 memory=305236 CPUtime=0.79 cores=0,2
/proc/68259/stat : 68259 (Exact) R 68059 68259 68259 0 -1 4194304 47731 0 0 0 70 9 0 0 20 0 1 0 59895270 320143360 76309 18446744073709551615 4198400 8335837 140736688336688 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39632896 140736688343220 140736688343581 140736688343581 140736688349135 0
/proc/68259/statm: 78160 76309 960 1011 0 76927 0
Current children cumulated CPU time: 3601.1 s
Current children cumulated vsize: 3302816 KiB
Current children cumulated memory: 3189216 KiB

[startup+1846 s]*
/proc/loadavg: 6.73 7.63 7.14 7/267 68259
/proc/meminfo: memFree=117507812/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=2990176 memory=2883980 CPUtime=3600.31 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) S 68050 68059 67998 0 -1 4194304 3117627 229 0 0 359266 765 0 0 20 0 1 0 59710794 3061940224 720995 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 747544 720995 3488 6655 0 723761 0
[pid=68259] ppid=68059 vsize=365832 memory=352336 CPUtime=1.2 cores=0,2
/proc/68259/stat : 68259 (Exact) R 68059 68259 68259 0 -1 4194304 58215 0 0 0 108 12 0 0 20 0 1 0 59895270 374611968 88084 18446744073709551615 4198400 8335837 140736688336688 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39632896 140736688343220 140736688343581 140736688343581 140736688349135 0
/proc/68259/statm: 91458 88084 960 1011 0 90225 0
Current children cumulated CPU time: 3601.51 s
Current children cumulated vsize: 3356008 KiB
Current children cumulated memory: 3236316 KiB

[startup+1846.4 s]
/proc/loadavg: 6.73 7.63 7.14 7/267 68259
/proc/meminfo: memFree=117507812/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=2990176 memory=2883980 CPUtime=3600.31 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) S 68050 68059 67998 0 -1 4194304 3117627 229 0 0 359266 765 0 0 20 0 1 0 59710794 3061940224 720995 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 747544 720995 3488 6655 0 723761 0
[pid=68259] ppid=68059 vsize=414460 memory=384864 CPUtime=1.59 cores=0,2
/proc/68259/stat : 68259 (Exact) R 68059 68259 68259 0 -1 4194304 64699 0 0 0 145 14 0 0 20 0 1 0 59895270 424407040 96216 18446744073709551615 4198400 8335837 140736688336688 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39632896 140736688343220 140736688343581 140736688343581 140736688349135 0
/proc/68259/statm: 103615 96216 960 1011 0 102382 0
Current children cumulated CPU time: 3601.9 s
Current children cumulated vsize: 3404636 KiB
Current children cumulated memory: 3268844 KiB

[startup+1846.5 s]
/proc/loadavg: 6.73 7.63 7.14 7/267 68259
/proc/meminfo: memFree=117507812/131250000 swapFree=33010684/33010684
[pid=68059] ppid=68050 vsize=2990176 memory=2883980 CPUtime=3600.31 cores=0,2
/proc/68059/stat : 68059 (LSIPExact) S 68050 68059 67998 0 -1 4194304 3117627 229 0 0 359266 765 0 0 20 0 1 0 59710794 3061940224 720995 18446744073709551615 93940177481728 93940204738129 140737136346816 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93940213240968 93940213672576 93940236873728 140737136355674 140737136355850 140737136355850 140737136361452 0
/proc/68059/statm: 747544 720995 3488 6655 0 723761 0
[pid=68259] ppid=68059 vsize=428716 memory=401332 CPUtime=1.69 cores=0,2
/proc/68259/stat : 68259 (Exact) R 68059 68259 68259 0 -1 4194304 68279 0 0 0 154 15 0 0 20 0 1 0 59895270 439005184 100333 18446744073709551615 4198400 8335837 140736688336688 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39632896 140736688343220 140736688343581 140736688343581 140736688349135 0
/proc/68259/statm: 107179 100333 960 1011 0 105946 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 3418892 KiB
Current children cumulated memory: 3285312 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1846.57
CPU time (s): 3602.09
CPU user time (s): 3594.21
CPU system time (s): 7.87861
CPU usage (%): 195.07
Max. virtual memory (cumulated for all children) (KiB): 4139880
Max. memory (cumulated for all children) (KiB): 3826900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.21
system time used= 7.87861
maximum resident set size= 3839964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3186136
page faults= 0
swaps= 0
block input operations= 51240
block output operations= 3736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 611
involuntary context switches= 82603


# summary of solver processes directly reported to runsolver:
#   pid: 68059,68259
#   total CPU time (s): 3602.09
#   total CPU user time (s): 3594.21
#   total CPU system time (s): 7.87861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.35924 second user time and 7.22129 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 09:11:45
IDJOB=4504651
IDBENCH=155668
IDSOLVER=3336
FILE ID=nodeC013/4504651-1751440305
RUNJOBID= nodeC013-1751440305-68008
SLURM_JOB_ID= 9598399
Free space on /tmp= 432640 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_0_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-4504651-1751440305/watcher-4504651-1751440305 -o /tmp/evaluation-result-4504651-1751440305/solver-4504651-1751440305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68008 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4504651-1751440305.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 1805785d49293ee7708f7a2cbbe3381b
RANDOM SEED=1719328969

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.830
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		: 3603.115
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.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.821
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.783
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.840
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		: 3700.000
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:        128774748 kB
MemAvailable:   129769836 kB
Buffers:            3280 kB
Cached:          1794084 kB
SwapCached:            0 kB
Active:           313904 kB
Inactive:        1549180 kB
Active(anon):      79004 kB
Inactive(anon):        0 kB
Active(file):     234900 kB
Inactive(file):  1549180 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            254536 kB
Writeback:             0 kB
AnonPages:         68792 kB
Mapped:            99320 kB
Shmem:             13284 kB
KReclaimable:     100096 kB
Slab:             188832 kB
SReclaimable:     100096 kB
SUnreclaim:        88736 kB
KernelStack:        4016 kB
PageTables:         2804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     316272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432464 MiB
End job on nodeC013 at 2025-07-02 09:42:32