Trace number 4545535

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1UNSAT 1564.54 862.736

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SocialGolfers-cnt-06-06-07_c24.opb
MD5SUM740ae53db54907a8b4b16e6d2fb6eccd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.44084
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17343
Total number of constraints32542
Number of constraints which are clauses5333
Number of constraints which are cardinality constraints (but not clauses)1326
Number of constraints which are nor clauses,nor cardinality constraints25883
Minimum length of a constraint1
Maximum length of a constraint36
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 70
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1428.32/726.12	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1428.32/726.12	c numVar: 17343
1428.32/726.12	c numCon: 32542
1428.32/726.12	c numEqual: 606
1428.32/726.12	c intSize: 7
1428.32/726.12	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1428.32/726.12	c ------------------- Paras list -------------------
1428.32/726.12	c Name                	 Type      	 Now       	 Default   	 Comment
1428.32/726.12	c timeout             	 double    	 3600.000000	 3600      	 
1428.32/726.12	c mip_time            	 double    	 0.200000  	 0.5       	 
1428.32/726.12	c ls_time             	 double    	 10.000000 	 10        	 
1428.32/726.12	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1428.32/726.12	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1428.32/726.12	c random_seed         	 int       	 0         	 0         	 
1428.32/726.12	c sample_size         	 int       	 50        	 50        	 
1428.32/726.12	c sub_score           	 int       	 1         	 1         	 
1428.32/726.12	c tabu_base           	 int       	 3         	 3         	 
1428.32/726.12	c tabu_variation      	 int       	 1         	 1         	 
1428.32/726.12	c sub_div             	 int       	 4         	 4         	 
1428.32/726.12	c nbcore              	 int       	 2         	 1         	 
1428.32/726.12	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1428.32/726.12	c print_sol           	 int       	 1         	 1         	 
1428.32/726.12	c tmpdir              	 string		 .         	 "."       	 
1428.32/726.12	c home                	 string		 HOME	 "."       	 
1428.32/726.12	c benchname           	 string		 HOME/instance-4545535-1753225022.opb	 ""        	 
1428.32/726.12	c --------------------------------------------------
1428.32/726.12	c Local Search solver
1428.32/726.12	c MIP solver
1428.32/726.12	c use Exact solver
1564.40/862.63	c Exact infeasible
1564.49/862.71	s UNSATISFIABLE
1564.49/862.71	c Total time: 863

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (52380 MiB free)
  memory of node 1: 64465 MiB (46950 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545535-1753225022/watcher-4545535-1753225022 -o /tmp/evaluation-result-4545535-1753225022/solver-4545535-1753225022 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753219980-181601 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4545535-1753225022.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=184686, runsolver pid=184683
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 6.08 5.86 6.17 6/253 184687
/proc/meminfo: memFree=101692284/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=65440 memory=30976 CPUtime=0.09 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 6712 0 0 0 7 2 0 0 20 0 1 0 238181601 67010560 7744 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 16360 7744 1184 6655 0 6595 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 65440 KiB
Current children cumulated memory: 30976 KiB

[startup+0.213127 s]*
/proc/loadavg: 6.08 5.86 6.17 6/253 184687
/proc/meminfo: memFree=101676156/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=75884 memory=41216 CPUtime=0.2 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 9292 0 0 0 17 3 0 0 20 0 1 0 238181601 77705216 10304 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 18971 10304 1184 6655 0 9206 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 75884 KiB
Current children cumulated memory: 41216 KiB

[startup+0.313112 s]*
/proc/loadavg: 6.08 5.86 6.17 6/253 184687
/proc/meminfo: memFree=101676156/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=75884 memory=41216 CPUtime=0.3 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 9292 0 0 0 27 3 0 0 20 0 1 0 238181601 77705216 10304 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 18971 10304 1184 6655 0 9206 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 75884 KiB
Current children cumulated memory: 41216 KiB

[startup+0.700333 s]
/proc/loadavg: 5.99 5.84 6.17 6/253 184687
/proc/meminfo: memFree=101672124/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=75884 memory=41216 CPUtime=0.68 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 9292 0 0 0 65 3 0 0 20 0 1 0 238181601 77705216 10304 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 18971 10304 1184 6655 0 9206 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 75884 KiB
Current children cumulated memory: 41216 KiB

[startup+1.50035 s]
/proc/loadavg: 5.99 5.84 6.17 6/253 184687
/proc/meminfo: memFree=101672124/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=75884 memory=41216 CPUtime=1.47 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 9292 0 0 0 144 3 0 0 20 0 1 0 238181601 77705216 10304 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 18971 10304 1184 6655 0 9206 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 75884 KiB
Current children cumulated memory: 41216 KiB

[startup+3.11277 s]
/proc/loadavg: 5.99 5.84 6.17 6/253 184687
/proc/meminfo: memFree=101664312/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=75884 memory=41216 CPUtime=3.08 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 9292 0 0 0 305 3 0 0 20 0 1 0 238181601 77705216 10304 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 18971 10304 1184 6655 0 9206 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 75884 KiB
Current children cumulated memory: 41216 KiB

[startup+6.30035 s]
/proc/loadavg: 5.91 5.83 6.16 6/253 184687
/proc/meminfo: memFree=101671208/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=75884 memory=41216 CPUtime=6.26 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 9292 0 0 0 623 3 0 0 20 0 1 0 238181601 77705216 10304 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 18971 10304 1184 6655 0 9206 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 75884 KiB
Current children cumulated memory: 41216 KiB

[startup+12.7002 s]
/proc/loadavg: 5.84 5.81 6.15 7/254 184688
/proc/meminfo: memFree=101584816/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=222676 memory=137624 CPUtime=13.87 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 30026 0 0 0 1380 7 0 0 20 0 2 0 238181601 228020224 34406 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 55669 34406 3360 6655 0 33677 0
[pid=184686/tid=184688] ppid=184683 vsize=222676 memory=131480 CPUtime=1.32 cores=0,2
/proc/184686/task/184688/stat : 184688 (LSIPExact) R 184683 184686 181591 0 -1 4194368 3296 0 0 0 132 0 0 0 20 0 2 0 238182611 228020224 34406 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
Current children cumulated CPU time: 13.87 s
Current children cumulated vsize: 222676 KiB
Current children cumulated memory: 137624 KiB

[startup+25.5003 s]
/proc/loadavg: 5.86 5.82 6.15 7/254 184688
/proc/meminfo: memFree=101521956/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=275360 memory=188940 CPUtime=36.35 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 66894 0 0 0 3623 12 0 0 20 0 2 0 238181601 281968640 47235 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 68840 47235 3488 6655 0 47602 0
[pid=184686/tid=184688] ppid=184683 vsize=275360 memory=168844 CPUtime=11.04 cores=0,2
/proc/184686/task/184688/stat : 184688 (LSIPExact) R 184683 184686 181591 0 -1 4194368 10728 0 0 0 1102 2 0 0 20 0 2 0 238182611 281968640 47235 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
Current children cumulated CPU time: 36.35 s
Current children cumulated vsize: 275360 KiB
Current children cumulated memory: 188940 KiB

[startup+51.1054 s]
/proc/loadavg: 6.00 5.86 6.15 7/254 184689
/proc/meminfo: memFree=101518564/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=267616 memory=186324 CPUtime=87.23 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 89285 0 0 0 8708 15 0 0 20 0 2 0 238181601 274038784 46581 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 66904 46581 3488 6655 0 46347 0
[pid=184686/tid=184688] ppid=184683 vsize=267616 memory=185940 CPUtime=36.39 cores=0,2
/proc/184686/task/184688/stat : 184688 (LSIPExact) R 184683 184686 181591 0 -1 4194368 18938 0 0 0 3636 3 0 0 20 0 2 0 238182611 274038784 46581 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
Current children cumulated CPU time: 87.23 s
Current children cumulated vsize: 267616 KiB
Current children cumulated memory: 186324 KiB

[startup+102.3 s]
/proc/loadavg: 5.92 5.86 6.14 6/253 184690
/proc/meminfo: memFree=101526904/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=263872 memory=184792 CPUtime=188.94 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 138588 0 0 0 18873 21 0 0 20 0 2 0 238181601 270204928 46198 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 65968 46198 3488 6655 0 45584 0
[pid=184686/tid=184688] ppid=184683 vsize=263872 memory=16368 CPUtime=87.07 cores=0,2
/proc/184686/task/184688/stat : 184688 (LSIPExact) R 184683 184686 181591 0 -1 4194368 32147 0 0 0 8703 4 0 0 20 0 2 0 238182611 270204928 46198 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
Current children cumulated CPU time: 188.94 s
Current children cumulated vsize: 263872 KiB
Current children cumulated memory: 184792 KiB

[startup+162.3 s]
/proc/loadavg: 6.03 5.91 6.13 7/254 184695
/proc/meminfo: memFree=101488456/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=263872 memory=203992 CPUtime=308.1 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 161852 0 0 0 30787 23 0 0 20 0 2 0 238181601 270204928 50998 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 65968 50998 3488 6655 0 50196 0
[pid=184686/tid=184688] ppid=184683 vsize=263872 memory=203992 CPUtime=146.42 cores=0,2
/proc/184686/task/184688/stat : 184688 (LSIPExact) R 184683 184686 181591 0 -1 4194368 44287 0 0 0 14637 5 0 0 20 0 2 0 238182611 270204928 50998 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
Current children cumulated CPU time: 308.1 s
Current children cumulated vsize: 263872 KiB
Current children cumulated memory: 203992 KiB

[startup+222.3 s]
/proc/loadavg: 6.05 5.94 6.13 7/256 184703
/proc/meminfo: memFree=101499312/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=266352 memory=206424 CPUtime=427.31 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 179439 0 0 0 42706 25 0 0 20 0 2 0 238181601 272744448 51606 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 66588 51606 3488 6655 0 50816 0
[pid=184686/tid=184688] ppid=184683 vsize=266352 memory=206168 CPUtime=205.81 cores=0,2
/proc/184686/task/184688/stat : 184688 (LSIPExact) R 184683 184686 181591 0 -1 4194368 52816 0 0 0 20575 6 0 0 20 0 2 0 238182611 272744448 51606 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
Current children cumulated CPU time: 427.31 s
Current children cumulated vsize: 266352 KiB
Current children cumulated memory: 206424 KiB

[startup+282.3 s]
/proc/loadavg: 6.12 5.99 6.13 7/256 184720
/proc/meminfo: memFree=101489500/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=270668 memory=212056 CPUtime=546.53 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 197616 0 0 0 54626 27 0 0 20 0 2 0 238181601 277164032 53014 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 67667 53014 3488 6655 0 51895 0
[pid=184686/tid=184688] ppid=184683 vsize=270668 memory=212056 CPUtime=265.22 cores=0,2
/proc/184686/task/184688/stat : 184688 (LSIPExact) R 184683 184686 181591 0 -1 4194368 61123 0 0 0 26515 7 0 0 20 0 2 0 238182611 277164032 53014 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
Current children cumulated CPU time: 546.53 s
Current children cumulated vsize: 270668 KiB
Current children cumulated memory: 212056 KiB

[startup+342.3 s]
/proc/loadavg: 6.09 6.00 6.12 7/256 184722
/proc/meminfo: memFree=101478248/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=270668 memory=212568 CPUtime=665.75 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 198186 0 0 0 66547 28 0 0 20 0 2 0 238181601 277164032 53142 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 67667 53142 3488 6655 0 51895 0
[pid=184686/tid=184688] ppid=184683 vsize=270668 memory=16368 CPUtime=324.61 cores=0,2
/proc/184686/task/184688/stat : 184688 (LSIPExact) R 184683 184686 181591 0 -1 4194368 61470 0 0 0 32454 7 0 0 20 0 2 0 238182611 277164032 53142 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
Current children cumulated CPU time: 665.75 s
Current children cumulated vsize: 270668 KiB
Current children cumulated memory: 212568 KiB


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

/proc/meminfo: memFree=101739844/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=278732 memory=223960 CPUtime=1261.79 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 237297 0 0 0 126146 33 0 0 20 0 2 0 238181601 285421568 55990 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 69683 55990 3488 6655 0 55149 0
[pid=184686/tid=184688] ppid=184683 vsize=278732 memory=223832 CPUtime=621.58 cores=0,2
/proc/184686/task/184688/stat : 184688 (LSIPExact) R 184683 184686 181591 0 -1 4194368 80502 0 0 0 62147 11 0 0 20 0 2 0 238182611 285421568 55990 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
Current children cumulated CPU time: 1261.79 s
Current children cumulated vsize: 278732 KiB
Current children cumulated memory: 223960 KiB

[startup+702.3 s]
/proc/loadavg: 4.36 5.04 5.67 5/247 184768
/proc/meminfo: memFree=101712468/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=278732 memory=224728 CPUtime=1381.01 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 237518 0 0 0 138067 34 0 0 20 0 2 0 238181601 285421568 56182 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 69683 56182 3488 6655 0 55149 0
[pid=184686/tid=184688] ppid=184683 vsize=278732 memory=223832 CPUtime=680.97 cores=0,2
/proc/184686/task/184688/stat : 184688 (LSIPExact) R 184683 184686 181591 0 -1 4194368 80687 0 0 0 68085 12 0 0 20 0 2 0 238182611 285421568 56182 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
Current children cumulated CPU time: 1381.01 s
Current children cumulated vsize: 278732 KiB
Current children cumulated memory: 224728 KiB

[startup+762.3 s]
/proc/loadavg: 3.75 4.76 5.53 4/248 184774
/proc/meminfo: memFree=101653996/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=278732 memory=222912 CPUtime=1428.34 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) S 184683 184686 181591 0 -1 4194304 243098 0 0 0 142799 35 0 0 20 0 1 0 238181601 285421568 55728 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 69683 55728 3520 6655 0 55149 0
[pid=184770] ppid=184686 vsize=101964 memory=85232 CPUtime=36.03 cores=0,2
/proc/184770/stat : 184770 (Exact) R 184686 184770 184770 0 -1 4194304 19476 0 0 0 3597 6 0 0 20 0 1 0 238254214 104411136 21308 18446744073709551615 4198400 8335837 140734386666448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 25075712 140734386669753 140734386670107 140734386670107 140734386675663 0
/proc/184770/statm: 25491 21308 1120 1011 0 24258 0
Current children cumulated CPU time: 1464.37 s
Current children cumulated vsize: 380696 KiB
Current children cumulated memory: 308144 KiB

[startup+822.3 s]
/proc/loadavg: 3.32 4.45 5.37 4/248 184781
/proc/meminfo: memFree=101649344/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=278732 memory=222912 CPUtime=1428.34 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) S 184683 184686 181591 0 -1 4194304 243098 0 0 0 142799 35 0 0 20 0 1 0 238181601 285421568 55728 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 69683 55728 3520 6655 0 55149 0
[pid=184770] ppid=184686 vsize=110220 memory=96592 CPUtime=95.87 cores=0,2
/proc/184770/stat : 184770 (Exact) R 184686 184770 184770 0 -1 4194304 21810 0 0 0 9571 16 0 0 20 0 1 0 238254214 112865280 24148 18446744073709551615 4198400 8335837 140734386666448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 25075712 140734386669753 140734386670107 140734386670107 140734386675663 0
/proc/184770/statm: 27555 24148 1120 1011 0 26322 0
Current children cumulated CPU time: 1524.21 s
Current children cumulated vsize: 388952 KiB
Current children cumulated memory: 319504 KiB

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

# cumulated CPU time of all completed processes:  user=1563.98 s, system=0.564069 s

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

[startup+844.8 s]
/proc/loadavg: 3.29 4.37 5.33 4/248 184781
/proc/meminfo: memFree=101637696/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=278732 memory=222912 CPUtime=1428.34 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) S 184683 184686 181591 0 -1 4194304 243098 0 0 0 142799 35 0 0 20 0 1 0 238181601 285421568 55728 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 69683 55728 3520 6655 0 55149 0
[pid=184770] ppid=184686 vsize=110220 memory=98696 CPUtime=118.31 cores=0,2
/proc/184770/stat : 184770 (Exact) R 184686 184770 184770 0 -1 4194304 21831 0 0 0 11814 17 0 0 20 0 1 0 238254214 112865280 24674 18446744073709551615 4198400 8335837 140734386666448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 25075712 140734386669753 140734386670107 140734386670107 140734386675663 0
/proc/184770/statm: 27555 24674 1120 1011 0 26322 0
Current children cumulated CPU time: 1546.65 s
Current children cumulated vsize: 388952 KiB
Current children cumulated memory: 321608 KiB

[startup+851.2 s]
/proc/loadavg: 3.25 4.33 5.30 4/248 184782
/proc/meminfo: memFree=101637696/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=278732 memory=222912 CPUtime=1428.34 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) S 184683 184686 181591 0 -1 4194304 243098 0 0 0 142799 35 0 0 20 0 1 0 238181601 285421568 55728 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 69683 55728 3520 6655 0 55149 0
[pid=184770] ppid=184686 vsize=110220 memory=98696 CPUtime=124.69 cores=0,2
/proc/184770/stat : 184770 (Exact) R 184686 184770 184770 0 -1 4194304 21832 0 0 0 12452 17 0 0 20 0 1 0 238254214 112865280 24674 18446744073709551615 4198400 8335837 140734386666448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 25075712 140734386669753 140734386670107 140734386670107 140734386675663 0
/proc/184770/statm: 27555 24674 1120 1011 0 26322 0
Current children cumulated CPU time: 1553.03 s
Current children cumulated vsize: 388952 KiB
Current children cumulated memory: 321608 KiB

[startup+857.6 s]
/proc/loadavg: 3.23 4.30 5.29 4/248 184782
/proc/meminfo: memFree=101625536/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=278732 memory=222912 CPUtime=1428.34 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) S 184683 184686 181591 0 -1 4194304 243098 0 0 0 142799 35 0 0 20 0 1 0 238181601 285421568 55728 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 69683 55728 3520 6655 0 55149 0
[pid=184770] ppid=184686 vsize=110220 memory=98696 CPUtime=131.07 cores=0,2
/proc/184770/stat : 184770 (Exact) R 184686 184770 184770 0 -1 4194304 21833 0 0 0 13090 17 0 0 20 0 1 0 238254214 112865280 24674 18446744073709551615 4198400 8335837 140734386666448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 25075712 140734386669753 140734386670107 140734386670107 140734386675663 0
/proc/184770/statm: 27555 24674 1120 1011 0 26322 0
Current children cumulated CPU time: 1559.41 s
Current children cumulated vsize: 388952 KiB
Current children cumulated memory: 321608 KiB

[startup+860.8 s]
/proc/loadavg: 3.23 4.30 5.29 4/248 184782
/proc/meminfo: memFree=101625788/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=278732 memory=222912 CPUtime=1428.34 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) S 184683 184686 181591 0 -1 4194304 243098 0 0 0 142799 35 0 0 20 0 1 0 238181601 285421568 55728 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 69683 55728 3520 6655 0 55149 0
[pid=184770] ppid=184686 vsize=110220 memory=98696 CPUtime=134.26 cores=0,2
/proc/184770/stat : 184770 (Exact) R 184686 184770 184770 0 -1 4194304 21833 0 0 0 13409 17 0 0 20 0 1 0 238254214 112865280 24674 18446744073709551615 4198400 8335837 140734386666448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 25075712 140734386669753 140734386670107 140734386670107 140734386675663 0
/proc/184770/statm: 27555 24674 1120 1011 0 26322 0
Current children cumulated CPU time: 1562.6 s
Current children cumulated vsize: 388952 KiB
Current children cumulated memory: 321608 KiB

[startup+861.6 s]
/proc/loadavg: 3.21 4.28 5.27 4/248 184782
/proc/meminfo: memFree=101625788/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=278732 memory=222912 CPUtime=1428.34 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) S 184683 184686 181591 0 -1 4194304 243098 0 0 0 142799 35 0 0 20 0 1 0 238181601 285421568 55728 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 69683 55728 3520 6655 0 55149 0
[pid=184770] ppid=184686 vsize=110220 memory=98696 CPUtime=135.06 cores=0,2
/proc/184770/stat : 184770 (Exact) R 184686 184770 184770 0 -1 4194304 21833 0 0 0 13489 17 0 0 20 0 1 0 238254214 112865280 24674 18446744073709551615 4198400 8335837 140734386666448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 25075712 140734386669753 140734386670107 140734386670107 140734386675663 0
/proc/184770/statm: 27555 24674 1120 1011 0 26322 0
Current children cumulated CPU time: 1563.4 s
Current children cumulated vsize: 388952 KiB
Current children cumulated memory: 321608 KiB

[startup+862.4 s]
/proc/loadavg: 3.21 4.28 5.27 4/248 184782
/proc/meminfo: memFree=101625788/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=278732 memory=222912 CPUtime=1428.34 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) S 184683 184686 181591 0 -1 4194304 243098 0 0 0 142799 35 0 0 20 0 1 0 238181601 285421568 55728 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 69683 55728 3520 6655 0 55149 0
[pid=184770] ppid=184686 vsize=110220 memory=98696 CPUtime=135.86 cores=0,2
/proc/184770/stat : 184770 (Exact) R 184686 184770 184770 0 -1 4194304 21833 0 0 0 13569 17 0 0 20 0 1 0 238254214 112865280 24674 18446744073709551615 4198400 8335837 140734386666448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 25075712 140734386669753 140734386670107 140734386670107 140734386675663 0
/proc/184770/statm: 27555 24674 1120 1011 0 26322 0
Current children cumulated CPU time: 1564.2 s
Current children cumulated vsize: 388952 KiB
Current children cumulated memory: 321608 KiB

[startup+862.6 s]
/proc/loadavg: 3.21 4.28 5.27 4/248 184782
/proc/meminfo: memFree=101625788/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=278732 memory=222912 CPUtime=1428.34 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) S 184683 184686 181591 0 -1 4194304 243098 0 0 0 142799 35 0 0 20 0 1 0 238181601 285421568 55728 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 69683 55728 3520 6655 0 55149 0
[pid=184770] ppid=184686 vsize=110220 memory=98696 CPUtime=136.06 cores=0,2
/proc/184770/stat : 184770 (Exact) R 184686 184770 184770 0 -1 4194304 21833 0 0 0 13589 17 0 0 20 0 1 0 238254214 112865280 24674 18446744073709551615 4198400 8335837 140734386666448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 25075712 140734386669753 140734386670107 140734386670107 140734386675663 0
/proc/184770/statm: 27555 24674 1120 1011 0 26322 0
Current children cumulated CPU time: 1564.4 s
Current children cumulated vsize: 388952 KiB
Current children cumulated memory: 321608 KiB

[startup+862.7 s]
/proc/loadavg: 3.21 4.28 5.27 4/248 184782
/proc/meminfo: memFree=101625788/131382116 swapFree=33005528/33010684
[pid=184686] ppid=184683 vsize=278732 memory=222912 CPUtime=1564.49 cores=0,2
/proc/184686/stat : 184686 (LSIPExact) R 184683 184686 181591 0 -1 4194304 249528 21835 0 0 142804 36 13592 17 20 0 1 0 238181601 285421568 55728 18446744073709551615 94201832251392 94201859507793 140724146539632 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94201868010632 94201868442240 94201877495808 140724146542936 140724146543112 140724146543112 140724146548716 0
/proc/184686/statm: 69683 55728 3520 6655 0 55149 0
Current children cumulated CPU time: 1564.49 s
Current children cumulated vsize: 278732 KiB
Current children cumulated memory: 222912 KiB

Child status: 0

Real time (s): 862.736
CPU time (s): 1564.54
CPU user time (s): 1563.98
CPU system time (s): 0.564069
CPU usage (%): 181.347
Max. virtual memory (cumulated for all children) (KiB): 388952
Max. memory (cumulated for all children) (KiB): 321608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1563.98
system time used= 0.564069
maximum resident set size= 224856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273489
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= 316
involuntary context switches= 11759


# summary of solver processes directly reported to runsolver:
#   pid: 184686
#   total CPU time (s): 1564.54
#   total CPU user time (s): 1563.98
#   total CPU system time (s): 0.564069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.61599 second user time and 4.58294 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-23 00:57:02
IDJOB=4545535
IDBENCH=180910
IDSOLVER=3336
FILE ID=nodeC010/4545535-1753225022
RUNJOBID= nodeC010-1753219980-181601
SLURM_JOB_ID= 9687804
Free space on /tmp= 432540 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SocialGolfers-cnt-06-06-07_c24.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545535-1753225022/watcher-4545535-1753225022 -o /tmp/evaluation-result-4545535-1753225022/solver-4545535-1753225022 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753219980-181601 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545535-1753225022.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 740ae53db54907a8b4b16e6d2fb6eccd
RANDOM SEED=1498954841

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        101714652 kB
MemAvailable:   125968040 kB
Buffers:             228 kB
Cached:         25017452 kB
SwapCached:         4300 kB
Active:          4747344 kB
Inactive:       24180956 kB
Active(anon):    3883740 kB
Inactive(anon):    48712 kB
Active(file):     863604 kB
Inactive(file): 24132244 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46456 kB
Writeback:             0 kB
AnonPages:       3905408 kB
Mapped:           149544 kB
Shmem:             21832 kB
KReclaimable:     194336 kB
Slab:             285704 kB
SReclaimable:     194336 kB
SUnreclaim:        91368 kB
KernelStack:        4080 kB
PageTables:        11044 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4436716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1871872 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432540 MiB
End job on nodeC010 at 2025-07-23 01:11:25