Trace number 4545575

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 S2UNSAT 1673.12 989.942

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-PoolBallTriangle-07_c24.opb
MD5SUMd0358cfd617a5121014a5f104d62bc1e
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 benchmark5.36021
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1409
Total number of constraints746
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints520
Minimum length of a constraint1
Maximum length of a constraint32
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 94
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 409
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1387.48/703.50	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1387.48/703.50	c numVar: 1409
1387.48/703.50	c numCon: 746
1387.48/703.50	c numEqual: 77
1387.48/703.50	c intSize: 9
1387.48/703.50	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
1387.48/703.50	c ------------------- Paras list -------------------
1387.48/703.50	c Name                	 Type      	 Now       	 Default   	 Comment
1387.48/703.50	c timeout             	 double    	 3600.000000	 3600      	 
1387.48/703.50	c mip_time            	 double    	 0.300000  	 0.5       	 
1387.48/703.50	c ls_time             	 double    	 10.000000 	 10        	 
1387.48/703.50	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
1387.48/703.50	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1387.48/703.50	c random_seed         	 int       	 0         	 0         	 
1387.48/703.50	c sample_size         	 int       	 50        	 50        	 
1387.48/703.50	c sub_score           	 int       	 1         	 1         	 
1387.48/703.50	c tabu_base           	 int       	 3         	 3         	 
1387.48/703.50	c tabu_variation      	 int       	 1         	 1         	 
1387.48/703.50	c sub_div             	 int       	 4         	 4         	 
1387.48/703.50	c nbcore              	 int       	 2         	 1         	 
1387.48/703.50	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1387.48/703.50	c print_sol           	 int       	 1         	 1         	 
1387.48/703.50	c tmpdir              	 string		 .         	 "."       	 
1387.48/703.50	c home                	 string		 HOME	 "."       	 
1387.48/703.50	c benchname           	 string		 HOME/instance-4545575-1753226044.opb	 ""        	 
1387.48/703.50	c --------------------------------------------------
1387.48/703.50	c Local Search solver
1387.48/703.50	c MIP solver
1387.48/703.50	c MIP solver infeasible
1387.48/703.50	c use Exact solver
1673.06/989.93	c Exact infeasible
1673.06/989.93	s UNSATISFIABLE
1673.06/989.93	c Total time: 990

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: 63794 MiB (60694 MiB free)
  memory of node 1: 64507 MiB (48628 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545575-1753226044/watcher-4545575-1753226044 -o /tmp/evaluation-result-4545575-1753226044/solver-4545575-1753226044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753220119-197389 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4545575-1753226044.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=200184, runsolver pid=200181
Current StackSize limit: 8192 KiB


[startup+0.10007 s]*
/proc/loadavg: 6.01 6.47 6.98 6/254 200185
/proc/meminfo: memFree=111942756/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=41116 memory=6528 CPUtime=0.09 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 649 0 0 0 9 0 0 0 20 0 1 0 238284121 42102784 1632 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 10279 1632 1152 6655 0 514 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 41116 KiB
Current children cumulated memory: 6528 KiB

[startup+0.21269 s]*
/proc/loadavg: 6.01 6.47 6.98 6/254 200185
/proc/meminfo: memFree=111942756/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=41116 memory=6528 CPUtime=0.2 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 649 0 0 0 20 0 0 0 20 0 1 0 238284121 42102784 1632 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 10279 1632 1152 6655 0 514 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 41116 KiB
Current children cumulated memory: 6528 KiB

[startup+0.312459 s]*
/proc/loadavg: 6.01 6.47 6.98 6/254 200185
/proc/meminfo: memFree=111942756/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=41116 memory=6528 CPUtime=0.3 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 649 0 0 0 30 0 0 0 20 0 1 0 238284121 42102784 1632 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 10279 1632 1152 6655 0 514 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 41116 KiB
Current children cumulated memory: 6528 KiB

[startup+0.700343 s]
/proc/loadavg: 5.93 6.44 6.97 6/254 200185
/proc/meminfo: memFree=111938660/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=41116 memory=6528 CPUtime=0.67 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 649 0 0 0 67 0 0 0 20 0 1 0 238284121 42102784 1632 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 10279 1632 1152 6655 0 514 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 41116 KiB
Current children cumulated memory: 6528 KiB

[startup+1.50034 s]
/proc/loadavg: 5.93 6.44 6.97 6/254 200185
/proc/meminfo: memFree=111939164/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=41116 memory=6528 CPUtime=1.47 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 649 0 0 0 147 0 0 0 20 0 1 0 238284121 42102784 1632 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 10279 1632 1152 6655 0 514 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 41116 KiB
Current children cumulated memory: 6528 KiB

[startup+3.11299 s]
/proc/loadavg: 5.93 6.44 6.97 6/254 200185
/proc/meminfo: memFree=111939164/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=41116 memory=6528 CPUtime=3.08 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 649 0 0 0 308 0 0 0 20 0 1 0 238284121 42102784 1632 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 10279 1632 1152 6655 0 514 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 41116 KiB
Current children cumulated memory: 6528 KiB

[startup+6.30033 s]
/proc/loadavg: 5.86 6.42 6.96 6/254 200185
/proc/meminfo: memFree=111910932/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=41116 memory=6528 CPUtime=6.26 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 649 0 0 0 626 0 0 0 20 0 1 0 238284121 42102784 1632 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 10279 1632 1152 6655 0 514 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 41116 KiB
Current children cumulated memory: 6528 KiB

[startup+12.7002 s]
/proc/loadavg: 5.95 6.43 6.96 7/255 200186
/proc/meminfo: memFree=111841932/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=127108 memory=30724 CPUtime=15.26 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 4113 0 0 0 1525 1 0 0 20 0 2 0 238284121 130158592 7681 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 31777 7681 3456 6655 0 6085 0
[pid=200184/tid=200186] ppid=200181 vsize=127108 memory=30084 CPUtime=2.61 cores=1,3
/proc/200184/task/200186/stat : 200186 (LSIPExact) R 200181 200184 197377 0 -1 4194368 466 0 0 0 261 0 0 0 20 0 2 0 238285122 130158592 7681 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
Current children cumulated CPU time: 15.26 s
Current children cumulated vsize: 127108 KiB
Current children cumulated memory: 30724 KiB

[startup+25.5003 s]
/proc/loadavg: 5.96 6.41 6.95 7/255 200187
/proc/meminfo: memFree=110650456/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=127108 memory=33156 CPUtime=40.7 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 9602 0 0 0 4068 2 0 0 20 0 2 0 238284121 130158592 8289 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 31777 8289 3456 6655 0 6607 0
[pid=200184/tid=200186] ppid=200181 vsize=127108 memory=32900 CPUtime=15.27 cores=1,3
/proc/200184/task/200186/stat : 200186 (LSIPExact) R 200181 200184 197377 0 -1 4194368 2692 0 0 0 1527 0 0 0 20 0 2 0 238285122 130158592 8289 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
Current children cumulated CPU time: 40.7 s
Current children cumulated vsize: 127108 KiB
Current children cumulated memory: 33156 KiB

[startup+51.1054 s]
/proc/loadavg: 5.91 6.36 6.91 7/255 200187
/proc/meminfo: memFree=111821108/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=128188 memory=35716 CPUtime=91.59 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 12702 0 0 0 9156 3 0 0 20 0 2 0 238284121 131264512 8929 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 32047 8929 3456 6655 0 7226 0
[pid=200184/tid=200186] ppid=200181 vsize=128188 memory=14636 CPUtime=40.62 cores=1,3
/proc/200184/task/200186/stat : 200186 (LSIPExact) R 200181 200184 197377 0 -1 4194368 4294 0 0 0 4061 1 0 0 20 0 2 0 238285122 131264512 8929 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
Current children cumulated CPU time: 91.59 s
Current children cumulated vsize: 128188 KiB
Current children cumulated memory: 35716 KiB

[startup+102.3 s]
/proc/loadavg: 6.14 6.35 6.88 7/254 200189
/proc/meminfo: memFree=111790972/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=129936 memory=38148 CPUtime=193.35 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 16290 0 0 0 19331 4 0 0 20 0 2 0 238284121 133054464 9537 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 32484 9537 3456 6655 0 7891 0
[pid=200184/tid=200186] ppid=200181 vsize=129936 memory=27392 CPUtime=91.31 cores=1,3
/proc/200184/task/200186/stat : 200186 (LSIPExact) R 200181 200184 197377 0 -1 4194368 5967 0 0 0 9129 2 0 0 20 0 2 0 238285122 133054464 9537 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
Current children cumulated CPU time: 193.35 s
Current children cumulated vsize: 129936 KiB
Current children cumulated memory: 38148 KiB

[startup+162.3 s]
/proc/loadavg: 6.10 6.30 6.82 7/254 200191
/proc/meminfo: memFree=111781956/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=131040 memory=40324 CPUtime=312.59 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 23040 0 0 0 31253 6 0 0 20 0 2 0 238284121 134184960 10081 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 32760 10081 3456 6655 0 8605 0
[pid=200184/tid=200186] ppid=200181 vsize=131040 memory=40324 CPUtime=150.72 cores=1,3
/proc/200184/task/200186/stat : 200186 (LSIPExact) R 200181 200184 197377 0 -1 4194368 9223 0 0 0 15068 4 0 0 20 0 2 0 238285122 134184960 10081 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
Current children cumulated CPU time: 312.59 s
Current children cumulated vsize: 131040 KiB
Current children cumulated memory: 40324 KiB

[startup+222.3 s]
/proc/loadavg: 6.08 6.26 6.78 7/253 200193
/proc/meminfo: memFree=111769700/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=133700 memory=42500 CPUtime=431.86 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 24060 0 0 0 43178 8 0 0 20 0 2 0 238284121 136908800 10625 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 33425 10625 3456 6655 0 9270 0
[pid=200184/tid=200186] ppid=200181 vsize=133700 memory=27392 CPUtime=210.12 cores=1,3
/proc/200184/task/200186/stat : 200186 (LSIPExact) R 200181 200184 197377 0 -1 4194368 9407 0 0 0 21007 5 0 0 20 0 2 0 238285122 136908800 10625 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
Current children cumulated CPU time: 431.86 s
Current children cumulated vsize: 133700 KiB
Current children cumulated memory: 42500 KiB

[startup+282.3 s]
/proc/loadavg: 6.13 6.24 6.74 7/253 200195
/proc/meminfo: memFree=111766744/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=133700 memory=44804 CPUtime=551.1 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 31143 0 0 0 55099 11 0 0 20 0 2 0 238284121 136908800 11201 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 33425 11201 3456 6655 0 9930 0
[pid=200184/tid=200186] ppid=200181 vsize=133700 memory=43012 CPUtime=269.54 cores=1,3
/proc/200184/task/200186/stat : 200186 (LSIPExact) R 200181 200184 197377 0 -1 4194368 13152 0 0 0 26945 9 0 0 20 0 2 0 238285122 136908800 11201 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
Current children cumulated CPU time: 551.1 s
Current children cumulated vsize: 133700 KiB
Current children cumulated memory: 44804 KiB

[startup+342.3 s]
/proc/loadavg: 6.09 6.21 6.69 7/253 200197
/proc/meminfo: memFree=111757452/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=136700 memory=46980 CPUtime=670.37 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) R 200181 200184 197377 0 -1 4194304 32311 0 0 0 67024 13 0 0 20 0 2 0 238284121 139980800 11745 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 34175 11745 3456 6655 0 10680 0
[pid=200184/tid=200186] ppid=200181 vsize=136700 memory=44932 CPUtime=328.94 cores=1,3
/proc/200184/task/200186/stat : 200186 (LSIPExact) R 200181 200184 197377 0 -1 4194368 13395 0 0 0 32884 10 0 0 20 0 2 0 238285122 139980800 11745 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
Current children cumulated CPU time: 670.37 s
Current children cumulated vsize: 136700 KiB
Current children cumulated memory: 46980 KiB


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

/proc/200250/stat : 200250 (Exact) R 200184 200250 200250 0 -1 4194304 8342 0 0 0 11781 60 0 0 20 0 1 0 238354471 51867648 10191 18446744073709551615 4198400 8335837 140735831609440 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14860288 140735831615673 140735831616027 140735831616027 140735831621583 0
/proc/200250/statm: 12663 10191 1120 1011 0 11430 0
Current children cumulated CPU time: 1505.9 s
Current children cumulated vsize: 189672 KiB
Current children cumulated memory: 93352 KiB

[startup+882.3 s]
/proc/loadavg: 3.18 4.18 5.53 4/246 200256
/proc/meminfo: memFree=111872780/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=139020 memory=52588 CPUtime=1387.49 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) S 200181 200184 197377 0 -1 4194304 42778 0 0 0 138727 22 0 0 20 0 1 0 238284121 142356480 13147 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 34755 13147 3488 6655 0 12580 0
[pid=200250] ppid=200184 vsize=53576 memory=47552 CPUtime=178.26 cores=1,3
/proc/200250/stat : 200250 (Exact) R 200184 200250 200250 0 -1 4194304 9721 0 0 0 17738 88 0 0 20 0 1 0 238354471 54861824 11888 18446744073709551615 4198400 8335837 140735831609440 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14860288 140735831615673 140735831616027 140735831616027 140735831621583 0
/proc/200250/statm: 13394 11888 1120 1011 0 12161 0
Current children cumulated CPU time: 1565.75 s
Current children cumulated vsize: 192596 KiB
Current children cumulated memory: 100140 KiB

[startup+942.3 s]
/proc/loadavg: 3.12 3.98 5.37 3/239 200290
/proc/meminfo: memFree=113437680/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=139020 memory=52588 CPUtime=1387.49 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) S 200181 200184 197377 0 -1 4194304 42778 0 0 0 138727 22 0 0 20 0 1 0 238284121 142356480 13147 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 34755 13147 3488 6655 0 12580 0
[pid=200250] ppid=200184 vsize=55628 memory=49416 CPUtime=238.11 cores=1,3
/proc/200250/stat : 200250 (Exact) R 200184 200250 200250 0 -1 4194304 10891 0 0 0 23695 116 0 0 20 0 1 0 238354471 56963072 12354 18446744073709551615 4198400 8335837 140735831609440 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14860288 140735831615673 140735831616027 140735831616027 140735831621583 0
/proc/200250/statm: 13907 12354 1120 1011 0 12674 0
Current children cumulated CPU time: 1625.6 s
Current children cumulated vsize: 194648 KiB
Current children cumulated memory: 102004 KiB

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

# cumulated CPU time of all completed processes:  user=1671.51 s, system=1.60408 s

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

[startup+947.2 s]
/proc/loadavg: 3.03 3.94 5.35 3/239 200290
/proc/meminfo: memFree=113438184/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=139020 memory=52588 CPUtime=1387.49 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) S 200181 200184 197377 0 -1 4194304 42778 0 0 0 138727 22 0 0 20 0 1 0 238284121 142356480 13147 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 34755 13147 3488 6655 0 12580 0
[pid=200250] ppid=200184 vsize=55628 memory=49416 CPUtime=242.99 cores=1,3
/proc/200250/stat : 200250 (Exact) R 200184 200250 200250 0 -1 4194304 10896 0 0 0 24181 118 0 0 20 0 1 0 238354471 56963072 12354 18446744073709551615 4198400 8335837 140735831609440 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14860288 140735831615673 140735831616027 140735831616027 140735831621583 0
/proc/200250/statm: 13907 12354 1120 1011 0 12674 0
Current children cumulated CPU time: 1630.48 s
Current children cumulated vsize: 194648 KiB
Current children cumulated memory: 102004 KiB

[startup+972.8 s]
/proc/loadavg: 2.73 3.80 5.27 3/239 200290
/proc/meminfo: memFree=113428944/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=139020 memory=52588 CPUtime=1387.49 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) S 200181 200184 197377 0 -1 4194304 42778 0 0 0 138727 22 0 0 20 0 1 0 238284121 142356480 13147 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 34755 13147 3488 6655 0 12580 0
[pid=200250] ppid=200184 vsize=58084 memory=51848 CPUtime=268.52 cores=1,3
/proc/200250/stat : 200250 (Exact) R 200184 200250 200250 0 -1 4194304 11485 0 0 0 26723 129 0 0 20 0 1 0 238354471 59478016 12962 18446744073709551615 4198400 8335837 140735831609440 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14860288 140735831615673 140735831616027 140735831616027 140735831621583 0
/proc/200250/statm: 14521 12962 1120 1011 0 13288 0
Current children cumulated CPU time: 1656.01 s
Current children cumulated vsize: 197104 KiB
Current children cumulated memory: 104436 KiB

[startup+979.2 s]
/proc/loadavg: 2.67 3.77 5.25 3/239 200290
/proc/meminfo: memFree=113409160/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=139020 memory=52588 CPUtime=1387.49 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) S 200181 200184 197377 0 -1 4194304 42778 0 0 0 138727 22 0 0 20 0 1 0 238284121 142356480 13147 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 34755 13147 3488 6655 0 12580 0
[pid=200250] ppid=200184 vsize=72128 memory=54688 CPUtime=274.9 cores=1,3
/proc/200250/stat : 200250 (Exact) R 200184 200250 200250 0 -1 4194304 11927 0 0 0 27358 132 0 0 20 0 1 0 238354471 73859072 13672 18446744073709551615 4198400 8335837 140735831609440 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14860288 140735831615673 140735831616027 140735831616027 140735831621583 0
/proc/200250/statm: 18032 13672 1120 1011 0 16799 0
Current children cumulated CPU time: 1662.39 s
Current children cumulated vsize: 211148 KiB
Current children cumulated memory: 107276 KiB

[startup+985.6 s]
/proc/loadavg: 2.62 3.74 5.23 3/239 200290
/proc/meminfo: memFree=113408956/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=139020 memory=52588 CPUtime=1387.49 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) S 200181 200184 197377 0 -1 4194304 42778 0 0 0 138727 22 0 0 20 0 1 0 238284121 142356480 13147 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 34755 13147 3488 6655 0 12580 0
[pid=200250] ppid=200184 vsize=72128 memory=54688 CPUtime=281.28 cores=1,3
/proc/200250/stat : 200250 (Exact) R 200184 200250 200250 0 -1 4194304 11927 0 0 0 27993 135 0 0 20 0 1 0 238354471 73859072 13672 18446744073709551615 4198400 8335837 140735831609440 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14860288 140735831615673 140735831616027 140735831616027 140735831621583 0
/proc/200250/statm: 18032 13672 1120 1011 0 16799 0
Current children cumulated CPU time: 1668.77 s
Current children cumulated vsize: 211148 KiB
Current children cumulated memory: 107276 KiB

[startup+987.2 s]
/proc/loadavg: 2.57 3.71 5.22 3/239 200290
/proc/meminfo: memFree=113407948/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=139020 memory=52588 CPUtime=1387.49 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) S 200181 200184 197377 0 -1 4194304 42778 0 0 0 138727 22 0 0 20 0 1 0 238284121 142356480 13147 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 34755 13147 3488 6655 0 12580 0
[pid=200250] ppid=200184 vsize=72128 memory=54688 CPUtime=282.88 cores=1,3
/proc/200250/stat : 200250 (Exact) R 200184 200250 200250 0 -1 4194304 11927 0 0 0 28152 136 0 0 20 0 1 0 238354471 73859072 13672 18446744073709551615 4198400 8335837 140735831609440 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14860288 140735831615673 140735831616027 140735831616027 140735831621583 0
/proc/200250/statm: 18032 13672 1120 1011 0 16799 0
Current children cumulated CPU time: 1670.37 s
Current children cumulated vsize: 211148 KiB
Current children cumulated memory: 107276 KiB

[startup+988.8 s]
/proc/loadavg: 2.57 3.71 5.22 3/239 200290
/proc/meminfo: memFree=113407948/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=139020 memory=52588 CPUtime=1387.49 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) S 200181 200184 197377 0 -1 4194304 42778 0 0 0 138727 22 0 0 20 0 1 0 238284121 142356480 13147 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 34755 13147 3488 6655 0 12580 0
[pid=200250] ppid=200184 vsize=72128 memory=54688 CPUtime=284.47 cores=1,3
/proc/200250/stat : 200250 (Exact) R 200184 200250 200250 0 -1 4194304 11928 0 0 0 28311 136 0 0 20 0 1 0 238354471 73859072 13672 18446744073709551615 4198400 8335837 140735831609440 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14860288 140735831615673 140735831616027 140735831616027 140735831621583 0
/proc/200250/statm: 18032 13672 1120 1011 0 16799 0
Current children cumulated CPU time: 1671.96 s
Current children cumulated vsize: 211148 KiB
Current children cumulated memory: 107276 KiB

[startup+989.6 s]
/proc/loadavg: 2.57 3.71 5.22 3/239 200290
/proc/meminfo: memFree=113408516/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=139020 memory=52588 CPUtime=1387.49 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) S 200181 200184 197377 0 -1 4194304 42778 0 0 0 138727 22 0 0 20 0 1 0 238284121 142356480 13147 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 34755 13147 3488 6655 0 12580 0
[pid=200250] ppid=200184 vsize=72128 memory=54688 CPUtime=285.26 cores=1,3
/proc/200250/stat : 200250 (Exact) R 200184 200250 200250 0 -1 4194304 11929 0 0 0 28390 136 0 0 20 0 1 0 238354471 73859072 13672 18446744073709551615 4198400 8335837 140735831609440 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14860288 140735831615673 140735831616027 140735831616027 140735831621583 0
/proc/200250/statm: 18032 13672 1120 1011 0 16799 0
Current children cumulated CPU time: 1672.75 s
Current children cumulated vsize: 211148 KiB
Current children cumulated memory: 107276 KiB

[startup+989.8 s]
/proc/loadavg: 2.57 3.71 5.22 3/239 200290
/proc/meminfo: memFree=113408516/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=139020 memory=52588 CPUtime=1387.49 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) S 200181 200184 197377 0 -1 4194304 42778 0 0 0 138727 22 0 0 20 0 1 0 238284121 142356480 13147 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 34755 13147 3488 6655 0 12580 0
[pid=200250] ppid=200184 vsize=72128 memory=54688 CPUtime=285.47 cores=1,3
/proc/200250/stat : 200250 (Exact) R 200184 200250 200250 0 -1 4194304 11929 0 0 0 28410 137 0 0 20 0 1 0 238354471 73859072 13672 18446744073709551615 4198400 8335837 140735831609440 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14860288 140735831615673 140735831616027 140735831616027 140735831621583 0
/proc/200250/statm: 18032 13672 1120 1011 0 16799 0
Current children cumulated CPU time: 1672.96 s
Current children cumulated vsize: 211148 KiB
Current children cumulated memory: 107276 KiB

[startup+989.9 s]
/proc/loadavg: 2.57 3.71 5.22 3/239 200290
/proc/meminfo: memFree=113408516/131382112 swapFree=33010416/33010684
[pid=200184] ppid=200181 vsize=139020 memory=52588 CPUtime=1387.49 cores=1,3
/proc/200184/stat : 200184 (LSIPExact) S 200181 200184 197377 0 -1 4194304 42778 0 0 0 138727 22 0 0 20 0 1 0 238284121 142356480 13147 18446744073709551615 94105763393536 94105790649937 140731226643392 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94105799152776 94105799584384 94105812316160 140731226646872 140731226647048 140731226647048 140731226652652 0
/proc/200184/statm: 34755 13147 3488 6655 0 12580 0
[pid=200250] ppid=200184 vsize=72128 memory=54688 CPUtime=285.57 cores=1,3
/proc/200250/stat : 200250 (Exact) R 200184 200250 200250 0 -1 4194304 11929 0 0 0 28420 137 0 0 20 0 1 0 238354471 73859072 13672 18446744073709551615 4198400 8335837 140735831609440 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 14860288 140735831615673 140735831616027 140735831616027 140735831621583 0
/proc/200250/statm: 18032 13672 1120 1011 0 16799 0
Current children cumulated CPU time: 1673.06 s
Current children cumulated vsize: 211148 KiB
Current children cumulated memory: 107276 KiB

Child status: 0

Real time (s): 989.942
CPU time (s): 1673.12
CPU user time (s): 1671.51
CPU system time (s): 1.60408
CPU usage (%): 169.012
Max. virtual memory (cumulated for all children) (KiB): 211148
Max. memory (cumulated for all children) (KiB): 107276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1671.51
system time used= 1.60408
maximum resident set size= 70920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55065
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= 289
involuntary context switches= 13884


# summary of solver processes directly reported to runsolver:
#   pid: 200184
#   total CPU time (s): 1673.12
#   total CPU user time (s): 1671.51
#   total CPU system time (s): 1.60408

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.37827 second user time and 5.89185 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-23 01:14:04
IDJOB=4545575
IDBENCH=180940
IDSOLVER=3337
FILE ID=nodeC012/4545575-1753226044
RUNJOBID= nodeC012-1753220119-197389
SLURM_JOB_ID= 9687805
Free space on /tmp= 432776 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-PoolBallTriangle-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-4545575-1753226044/watcher-4545575-1753226044 -o /tmp/evaluation-result-4545575-1753226044/solver-4545575-1753226044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753220119-197389 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545575-1753226044.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= d0358cfd617a5121014a5f104d62bc1e
RANDOM SEED=1911863901

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        111931476 kB
MemAvailable:   112910576 kB
Buffers:            2136 kB
Cached:          1744616 kB
SwapCached:           12 kB
Active:         18172116 kB
Inactive:         541044 kB
Active(anon):   16987860 kB
Inactive(anon):     4688 kB
Active(file):    1184256 kB
Inactive(file):   536356 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44716 kB
Writeback:             4 kB
AnonPages:      16965460 kB
Mapped:           154024 kB
Shmem:             26140 kB
KReclaimable:     195848 kB
Slab:             287600 kB
SReclaimable:     195848 kB
SUnreclaim:        91752 kB
KernelStack:        4096 kB
PageTables:        37640 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   19195432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7168000 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432832 MiB
End job on nodeC012 at 2025-07-23 01:30:34