Trace number 4527058

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 S1? (TO) 3600.07 2902.72

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l060-r059-n1.cnf-plain.pb.metafix.opb
MD5SUMdcac64736f2fac2889802971ff74db2d
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 benchmark415.773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3288
Total number of constraints10282
Number of constraints which are clauses10282
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1429.26/726.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1429.26/726.02	c numVar: 3288
1429.26/726.02	c numCon: 10282
1429.26/726.02	c numEqual: 0
1429.26/726.02	c intSize: 3
1429.26/726.02	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1429.26/726.02	c ------------------- Paras list -------------------
1429.26/726.02	c Name                	 Type      	 Now       	 Default   	 Comment
1429.26/726.02	c timeout             	 double    	 3600.000000	 3600      	 
1429.26/726.02	c mip_time            	 double    	 0.200000  	 0.5       	 
1429.26/726.02	c ls_time             	 double    	 10.000000 	 10        	 
1429.26/726.02	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1429.26/726.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1429.26/726.02	c random_seed         	 int       	 0         	 0         	 
1429.26/726.02	c sample_size         	 int       	 50        	 50        	 
1429.26/726.02	c sub_score           	 int       	 1         	 1         	 
1429.26/726.02	c tabu_base           	 int       	 3         	 3         	 
1429.26/726.02	c tabu_variation      	 int       	 1         	 1         	 
1429.26/726.02	c sub_div             	 int       	 4         	 4         	 
1429.26/726.02	c nbcore              	 int       	 2         	 1         	 
1429.26/726.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1429.26/726.02	c print_sol           	 int       	 1         	 1         	 
1429.26/726.02	c tmpdir              	 string		 .         	 "."       	 
1429.26/726.02	c home                	 string		 HOME	 "."       	 
1429.26/726.02	c benchname           	 string		 HOME/instance-4527058-1752234998.opb	 ""        	 
1429.26/726.02	c --------------------------------------------------
1429.26/726.02	c Local Search solver
1429.26/726.02	c MIP solver
1429.26/726.02	c use Exact solver
3600.03/2902.70	c receive signal 15, try to interrupt solver...
3600.03/2902.71	c Exact solver (PID 118304) interrupted gracefully.
3600.03/2902.71	s UNKNOWN
3600.03/2902.71	c Total time: 2903

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61264 MiB free)
  memory of node 1: 64507 MiB (61457 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=118210, runsolver pid=118207

[startup+0.100064 s]*
/proc/loadavg: 4.77 4.78 5.00 5/267 118211
/proc/meminfo: memFree=125668048/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=46116 memory=11776 CPUtime=0.09 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 1890 0 0 0 9 0 0 0 20 0 1 0 139177662 47222784 2944 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 11529 2944 1216 6655 0 1764 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11776 KiB

[startup+0.205913 s]*
/proc/loadavg: 4.77 4.78 5.00 5/267 118211
/proc/meminfo: memFree=125663952/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=46116 memory=11776 CPUtime=0.2 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 1890 0 0 0 20 0 0 0 20 0 1 0 139177662 47222784 2944 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 11529 2944 1216 6655 0 1764 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11776 KiB

[startup+0.30577 s]*
/proc/loadavg: 4.77 4.78 5.00 5/267 118211
/proc/meminfo: memFree=125663952/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=46116 memory=11776 CPUtime=0.3 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 1890 0 0 0 30 0 0 0 20 0 1 0 139177662 47222784 2944 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 11529 2944 1216 6655 0 1764 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11776 KiB

[startup+0.700129 s]
/proc/loadavg: 4.77 4.78 5.00 5/267 118211
/proc/meminfo: memFree=125663952/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=46116 memory=11776 CPUtime=0.69 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 1890 0 0 0 69 0 0 0 20 0 1 0 139177662 47222784 2944 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 11529 2944 1216 6655 0 1764 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11776 KiB

[startup+1.50018 s]
/proc/loadavg: 4.77 4.78 5.00 5/267 118211
/proc/meminfo: memFree=125663952/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=46116 memory=11776 CPUtime=1.48 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 1890 0 0 0 148 0 0 0 20 0 1 0 139177662 47222784 2944 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 11529 2944 1216 6655 0 1764 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11776 KiB

[startup+3.10556 s]
/proc/loadavg: 4.71 4.77 5.00 5/267 118211
/proc/meminfo: memFree=125664104/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=46116 memory=11776 CPUtime=3.09 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 1890 0 0 0 309 0 0 0 20 0 1 0 139177662 47222784 2944 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 11529 2944 1216 6655 0 1764 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11776 KiB

[startup+6.3001 s]
/proc/loadavg: 4.71 4.77 5.00 5/267 118211
/proc/meminfo: memFree=125664460/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=46116 memory=11776 CPUtime=6.28 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 1890 0 0 0 628 0 0 0 20 0 1 0 139177662 47222784 2944 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 11529 2944 1216 6655 0 1764 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 46116 KiB
Current children cumulated memory: 11776 KiB

[startup+12.7002 s]
/proc/loadavg: 4.68 4.76 4.99 6/268 118212
/proc/meminfo: memFree=125636424/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=145864 memory=52280 CPUtime=15.23 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 9540 0 0 0 1522 1 0 0 20 0 2 0 139177662 149364736 13070 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 36466 13070 3424 6655 0 11910 0
[pid=118210/tid=118212] ppid=118207 vsize=145864 memory=52280 CPUtime=2.56 cores=5,7
/proc/118210/task/118212/stat : 118212 (LSIPExact) R 118207 118210 117068 0 -1 4194368 1674 0 0 0 256 0 0 0 20 0 2 0 139178664 149364736 13070 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
Current children cumulated CPU time: 15.23 s
Current children cumulated vsize: 145864 KiB
Current children cumulated memory: 52280 KiB

[startup+25.5002 s]
/proc/loadavg: 4.73 4.77 4.99 6/268 118212
/proc/meminfo: memFree=125604300/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=161960 memory=69176 CPUtime=40.67 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 25637 0 0 0 4064 3 0 0 20 0 2 0 139177662 165847040 17294 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 40490 17294 3520 6655 0 15955 0
[pid=118210/tid=118212] ppid=118207 vsize=161960 memory=68920 CPUtime=15.23 cores=5,7
/proc/118210/task/118212/stat : 118212 (LSIPExact) R 118207 118210 117068 0 -1 4194368 6409 0 0 0 1523 0 0 0 20 0 2 0 139178664 165847040 17294 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
Current children cumulated CPU time: 40.67 s
Current children cumulated vsize: 161960 KiB
Current children cumulated memory: 69176 KiB

[startup+51.106 s]
/proc/loadavg: 4.90 4.80 5.00 6/268 118213
/proc/meminfo: memFree=125592776/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=161960 memory=72888 CPUtime=91.59 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 33671 0 0 0 9155 4 0 0 20 0 2 0 139177662 165847040 18222 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 40490 18222 3520 6655 0 16882 0
[pid=118210/tid=118212] ppid=118207 vsize=161960 memory=72632 CPUtime=40.59 cores=5,7
/proc/118210/task/118212/stat : 118212 (LSIPExact) R 118207 118210 117068 0 -1 4194368 10769 0 0 0 4058 1 0 0 20 0 2 0 139178664 165847040 18222 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
Current children cumulated CPU time: 91.59 s
Current children cumulated vsize: 161960 KiB
Current children cumulated memory: 72888 KiB

[startup+102.3 s]
/proc/loadavg: 5.02 4.86 5.00 6/268 118215
/proc/meminfo: memFree=125568272/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=161960 memory=73272 CPUtime=193.39 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 42616 0 0 0 19334 5 0 0 20 0 2 0 139177662 165847040 18318 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 40490 18318 3520 6655 0 16958 0
[pid=118210/tid=118212] ppid=118207 vsize=161960 memory=20224 CPUtime=91.3 cores=5,7
/proc/118210/task/118212/stat : 118212 (LSIPExact) R 118207 118210 117068 0 -1 4194368 15299 0 0 0 9128 2 0 0 20 0 2 0 139178664 165847040 18318 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
Current children cumulated CPU time: 193.39 s
Current children cumulated vsize: 161960 KiB
Current children cumulated memory: 73272 KiB

[startup+162.3 s]
/proc/loadavg: 5.06 4.90 5.00 6/268 118217
/proc/meminfo: memFree=125565868/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=161960 memory=73784 CPUtime=312.69 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 48057 0 0 0 31264 5 0 0 20 0 2 0 139177662 165847040 18446 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 40490 18446 3520 6655 0 17064 0
[pid=118210/tid=118212] ppid=118207 vsize=161960 memory=73400 CPUtime=150.74 cores=5,7
/proc/118210/task/118212/stat : 118212 (LSIPExact) R 118207 118210 117068 0 -1 4194368 17801 0 0 0 15072 2 0 0 20 0 2 0 139178664 165847040 18446 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
Current children cumulated CPU time: 312.69 s
Current children cumulated vsize: 161960 KiB
Current children cumulated memory: 73784 KiB

[startup+222.3 s]
/proc/loadavg: 5.12 4.95 5.01 6/267 118266
/proc/meminfo: memFree=123486832/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=161960 memory=74168 CPUtime=431.97 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 53872 0 0 0 43191 6 0 0 20 0 2 0 139177662 165847040 18542 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 40490 18542 3520 6655 0 17138 0
[pid=118210/tid=118212] ppid=118207 vsize=161960 memory=16432 CPUtime=210.19 cores=5,7
/proc/118210/task/118212/stat : 118212 (LSIPExact) R 118207 118210 117068 0 -1 4194368 20287 0 0 0 21016 3 0 0 20 0 2 0 139178664 165847040 18542 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
Current children cumulated CPU time: 431.97 s
Current children cumulated vsize: 161960 KiB
Current children cumulated memory: 74168 KiB

[startup+282.3 s]
/proc/loadavg: 5.10 4.97 5.01 6/267 118279
/proc/meminfo: memFree=122276856/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=168540 memory=82488 CPUtime=549.98 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 67155 0 0 0 54990 8 0 0 20 0 2 0 139177662 172584960 20622 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 42135 20622 3520 6655 0 18943 0
[pid=118210/tid=118212] ppid=118207 vsize=168540 memory=81848 CPUtime=269.41 cores=5,7
/proc/118210/task/118212/stat : 118212 (LSIPExact) R 118207 118210 117068 0 -1 4194368 24518 0 0 0 26937 4 0 0 20 0 2 0 139178664 172584960 20622 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
Current children cumulated CPU time: 549.98 s
Current children cumulated vsize: 168540 KiB
Current children cumulated memory: 82488 KiB

[startup+342.3 s]
/proc/loadavg: 5.07 5.00 5.01 6/268 118288
/proc/meminfo: memFree=121270108/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=169920 memory=84152 CPUtime=666.99 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) R 118207 118210 117068 0 -1 4194304 73931 0 0 0 66690 9 0 0 20 0 2 0 139177662 173998080 21038 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 42480 21038 3520 6655 0 19355 0
[pid=118210/tid=118212] ppid=118207 vsize=169920 memory=81848 CPUtime=328.64 cores=5,7
/proc/118210/task/118212/stat : 118212 (LSIPExact) R 118207 118210 117068 0 -1 4194368 24922 0 0 0 32860 4 0 0 20 0 2 0 139178664 173998080 21038 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
Current children cumulated CPU time: 666.99 s
Current children cumulated vsize: 169920 KiB
Current children cumulated memory: 84152 KiB

[startup+402.3 s]

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

/proc/loadavg: 5.09 5.34 5.52 6/263 118565
/proc/meminfo: memFree=126200980/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=171220 memory=89636 CPUtime=1429.29 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) S 118207 118210 117068 0 -1 4194304 99880 0 0 0 142916 13 0 0 20 0 1 0 139177662 175329280 22409 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 42805 22409 3584 6655 0 20609 0
[pid=118304] ppid=118210 vsize=134172 memory=114612 CPUtime=1651.76 cores=5,7
/proc/118304/stat : 118304 (Exact) R 118210 118304 118304 0 -1 4194304 21468 0 0 0 164869 307 0 0 20 0 1 0 139250265 137392128 28653 18446744073709551615 4198400 8335837 140733878798320 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14778368 140733878806713 140733878807067 140733878807067 140733878812623 0
/proc/118304/statm: 33543 28653 1120 1011 0 32310 0
Current children cumulated CPU time: 3081.05 s
Current children cumulated vsize: 305392 KiB
Current children cumulated memory: 204248 KiB

[startup+2442.3 s]
/proc/loadavg: 5.08 5.29 5.49 6/263 118567
/proc/meminfo: memFree=126111972/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=171220 memory=89636 CPUtime=1429.29 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) S 118207 118210 117068 0 -1 4194304 99880 0 0 0 142916 13 0 0 20 0 1 0 139177662 175329280 22409 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 42805 22409 3584 6655 0 20609 0
[pid=118304] ppid=118210 vsize=135596 memory=116020 CPUtime=1711.59 cores=5,7
/proc/118304/stat : 118304 (Exact) R 118210 118304 118304 0 -1 4194304 21823 0 0 0 170844 315 0 0 20 0 1 0 139250265 138850304 29005 18446744073709551615 4198400 8335837 140733878798320 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14778368 140733878806713 140733878807067 140733878807067 140733878812623 0
/proc/118304/statm: 33899 29005 1120 1011 0 32666 0
Current children cumulated CPU time: 3140.88 s
Current children cumulated vsize: 306816 KiB
Current children cumulated memory: 205656 KiB

[startup+2502.3 s]
/proc/loadavg: 5.15 5.27 5.46 6/262 118569
/proc/meminfo: memFree=125986404/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=171220 memory=89636 CPUtime=1429.29 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) S 118207 118210 117068 0 -1 4194304 99880 0 0 0 142916 13 0 0 20 0 1 0 139177662 175329280 22409 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 42805 22409 3584 6655 0 20609 0
[pid=118304] ppid=118210 vsize=137168 memory=117684 CPUtime=1771.43 cores=5,7
/proc/118304/stat : 118304 (Exact) R 118210 118304 118304 0 -1 4194304 22242 0 0 0 176817 326 0 0 20 0 1 0 139250265 140460032 29421 18446744073709551615 4198400 8335837 140733878798320 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14778368 140733878806713 140733878807067 140733878807067 140733878812623 0
/proc/118304/statm: 34292 29421 1120 1011 0 33059 0
Current children cumulated CPU time: 3200.72 s
Current children cumulated vsize: 308388 KiB
Current children cumulated memory: 207320 KiB

[startup+2562.3 s]
/proc/loadavg: 5.05 5.22 5.43 6/261 118572
/proc/meminfo: memFree=125878960/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=171220 memory=89636 CPUtime=1429.29 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) S 118207 118210 117068 0 -1 4194304 99880 0 0 0 142916 13 0 0 20 0 1 0 139177662 175329280 22409 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 42805 22409 3584 6655 0 20609 0
[pid=118304] ppid=118210 vsize=137932 memory=122392 CPUtime=1831.26 cores=5,7
/proc/118304/stat : 118304 (Exact) R 118210 118304 118304 0 -1 4194304 22409 0 0 0 182791 335 0 0 20 0 1 0 139250265 141242368 30598 18446744073709551615 4198400 8335837 140733878798320 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14778368 140733878806713 140733878807067 140733878807067 140733878812623 0
/proc/118304/statm: 34483 30598 1120 1011 0 33250 0
Current children cumulated CPU time: 3260.55 s
Current children cumulated vsize: 309152 KiB
Current children cumulated memory: 212028 KiB

[startup+2622.3 s]
/proc/loadavg: 4.97 5.16 5.40 6/261 118574
/proc/meminfo: memFree=125961088/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=171220 memory=89636 CPUtime=1429.29 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) S 118207 118210 117068 0 -1 4194304 99880 0 0 0 142916 13 0 0 20 0 1 0 139177662 175329280 22409 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 42805 22409 3584 6655 0 20609 0
[pid=118304] ppid=118210 vsize=138688 memory=123160 CPUtime=1891.09 cores=5,7
/proc/118304/stat : 118304 (Exact) R 118210 118304 118304 0 -1 4194304 22627 0 0 0 188765 344 0 0 20 0 1 0 139250265 142016512 30790 18446744073709551615 4198400 8335837 140733878798320 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14778368 140733878806713 140733878807067 140733878807067 140733878812623 0
/proc/118304/statm: 34672 30790 1120 1011 0 33439 0
Current children cumulated CPU time: 3320.38 s
Current children cumulated vsize: 309908 KiB
Current children cumulated memory: 212796 KiB

[startup+2682.3 s]
/proc/loadavg: 5.09 5.16 5.38 6/260 118576
/proc/meminfo: memFree=125945812/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=171220 memory=89636 CPUtime=1429.29 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) S 118207 118210 117068 0 -1 4194304 99880 0 0 0 142916 13 0 0 20 0 1 0 139177662 175329280 22409 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 42805 22409 3584 6655 0 20609 0
[pid=118304] ppid=118210 vsize=140276 memory=124824 CPUtime=1950.93 cores=5,7
/proc/118304/stat : 118304 (Exact) R 118210 118304 118304 0 -1 4194304 23058 0 0 0 194741 352 0 0 20 0 1 0 139250265 143642624 31206 18446744073709551615 4198400 8335837 140733878798320 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14778368 140733878806713 140733878807067 140733878807067 140733878812623 0
/proc/118304/statm: 35069 31206 1120 1011 0 33836 0
Current children cumulated CPU time: 3380.22 s
Current children cumulated vsize: 311496 KiB
Current children cumulated memory: 214460 KiB

[startup+2742.3 s]
/proc/loadavg: 5.08 5.14 5.36 6/260 118578
/proc/meminfo: memFree=125953384/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=171220 memory=89636 CPUtime=1429.29 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) S 118207 118210 117068 0 -1 4194304 99880 0 0 0 142916 13 0 0 20 0 1 0 139177662 175329280 22409 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 42805 22409 3584 6655 0 20609 0
[pid=118304] ppid=118210 vsize=140908 memory=125336 CPUtime=2010.76 cores=5,7
/proc/118304/stat : 118304 (Exact) R 118210 118304 118304 0 -1 4194304 23202 0 0 0 200715 361 0 0 20 0 1 0 139250265 144289792 31334 18446744073709551615 4198400 8335837 140733878798320 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14778368 140733878806713 140733878807067 140733878807067 140733878812623 0
/proc/118304/statm: 35227 31334 1120 1011 0 33994 0
Current children cumulated CPU time: 3440.05 s
Current children cumulated vsize: 312128 KiB
Current children cumulated memory: 214972 KiB

[startup+2802.3 s]
/proc/loadavg: 5.10 5.13 5.34 6/261 118587
/proc/meminfo: memFree=125936316/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=171220 memory=89636 CPUtime=1429.29 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) S 118207 118210 117068 0 -1 4194304 99880 0 0 0 142916 13 0 0 20 0 1 0 139177662 175329280 22409 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 42805 22409 3584 6655 0 20609 0
[pid=118304] ppid=118210 vsize=141100 memory=125592 CPUtime=2070.59 cores=5,7
/proc/118304/stat : 118304 (Exact) R 118210 118304 118304 0 -1 4194304 23250 0 0 0 206689 370 0 0 20 0 1 0 139250265 144486400 31398 18446744073709551615 4198400 8335837 140733878798320 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14778368 140733878806713 140733878807067 140733878807067 140733878812623 0
/proc/118304/statm: 35275 31398 1120 1011 0 34042 0
Current children cumulated CPU time: 3499.88 s
Current children cumulated vsize: 312320 KiB
Current children cumulated memory: 215228 KiB

[startup+2862.3 s]
/proc/loadavg: 4.23 4.92 5.26 2/247 118656
/proc/meminfo: memFree=128607268/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=171220 memory=89636 CPUtime=1429.29 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) S 118207 118210 117068 0 -1 4194304 99880 0 0 0 142916 13 0 0 20 0 1 0 139177662 175329280 22409 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 42805 22409 3584 6655 0 20609 0
[pid=118304] ppid=118210 vsize=146220 memory=130708 CPUtime=2130.43 cores=5,7
/proc/118304/stat : 118304 (Exact) R 118210 118304 118304 0 -1 4194304 24019 0 0 0 212664 379 0 0 20 0 1 0 139250265 149729280 32677 18446744073709551615 4198400 8335837 140733878798320 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14778368 140733878806713 140733878807067 140733878807067 140733878812623 0
/proc/118304/statm: 36555 32677 1120 1011 0 35322 0
Current children cumulated CPU time: 3559.72 s
Current children cumulated vsize: 317440 KiB
Current children cumulated memory: 220344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2902.7 s]
/proc/loadavg: 2.72 4.45 5.08 2/247 118656
/proc/meminfo: memFree=128607268/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=171220 memory=89636 CPUtime=1429.29 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) S 118207 118210 117068 0 -1 4194304 99880 0 0 0 142916 13 0 0 20 0 1 0 139177662 175329280 22409 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 42805 22409 3584 6655 0 20609 0
[pid=118304] ppid=118210 vsize=146604 memory=133136 CPUtime=2170.74 cores=5,7
/proc/118304/stat : 118304 (Exact) R 118210 118304 118304 0 -1 4194304 24116 0 0 0 216688 386 0 0 20 0 1 0 139250265 150122496 33284 18446744073709551615 4198400 8335837 140733878798320 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14778368 140733878806713 140733878807067 140733878807067 140733878812623 0
/proc/118304/statm: 36651 33284 1120 1011 0 35418 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 317824 KiB
Current children cumulated memory: 222772 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.06 s, system=4.00992 s

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

[startup+2902.7 s]
/proc/loadavg: 2.72 4.45 5.08 2/247 118656
/proc/meminfo: memFree=128607268/131250000 swapFree=33010416/33010684
[pid=118210] ppid=118207 vsize=171220 memory=89636 CPUtime=1429.29 cores=5,7
/proc/118210/stat : 118210 (LSIPExact) S 118207 118210 117068 0 -1 4194304 99880 0 0 0 142916 13 0 0 20 0 1 0 139177662 175329280 22409 18446744073709551615 94760659939328 94760687196497 140736020812480 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94760695698568 94760696130176 94760707751936 140736020814168 140736020814344 140736020814344 140736020819948 0
/proc/118210/statm: 42805 22409 3584 6655 0 20609 0
[pid=118304] ppid=118210 vsize=146604 memory=133136 CPUtime=2170.74 cores=5,7
/proc/118304/stat : 118304 (Exact) R 118210 118304 118304 0 -1 4194304 24116 0 0 0 216688 386 0 0 20 0 1 0 139250265 150122496 33284 18446744073709551615 4198400 8335837 140733878798320 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 14778368 140733878806713 140733878807067 140733878807067 140733878812623 0
/proc/118304/statm: 36651 33284 1120 1011 0 35418 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 317824 KiB
Current children cumulated memory: 222772 KiB

Child status: 0

Real time (s): 2902.72
CPU time (s): 3600.07
CPU user time (s): 3596.06
CPU system time (s): 4.00992
CPU usage (%): 124.024
Max. virtual memory (cumulated for all children) (KiB): 317824
Max. memory (cumulated for all children) (KiB): 222772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.06
system time used= 4.00992
maximum resident set size= 133136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124926
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= 456
involuntary context switches= 14575


# summary of solver processes directly reported to runsolver:
#   pid: 118210
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3596.06
#   total CPU system time (s): 4.00992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.31667 second user time and 13.6548 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-11 13:56:38
IDJOB=4527058
IDBENCH=160386
IDSOLVER=3384
FILE ID=nodeC018/4527058-1752234998
RUNJOBID= nodeC018-1752232205-117089
SLURM_JOB_ID= 9682529
Free space on /tmp= 432424 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l060-r059-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527058-1752234998/watcher-4527058-1752234998 -o /tmp/evaluation-result-4527058-1752234998/solver-4527058-1752234998 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1752232205-117089 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527058-1752234998.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= dcac64736f2fac2889802971ff74db2d
RANDOM SEED=1632632239

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125667984 kB
MemAvailable:   126672824 kB
Buffers:            2128 kB
Cached:          1766704 kB
SwapCached:           32 kB
Active:          3588552 kB
Inactive:        1288036 kB
Active(anon):    3125512 kB
Inactive(anon):      288 kB
Active(file):     463040 kB
Inactive(file):  1287748 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44908 kB
Writeback:             0 kB
AnonPages:       3107344 kB
Mapped:           154048 kB
Shmem:             18044 kB
KReclaimable:     186184 kB
Slab:             279104 kB
SReclaimable:     186184 kB
SUnreclaim:        92920 kB
KernelStack:        4304 kB
PageTables:         9416 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3596464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2293760 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432532 MiB
End job on nodeC018 at 2025-07-11 14:45:01