Trace number 4514329

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? 3220.57 2519.76

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_11.opb
MD5SUMecb94e70b440a48855e99e990bb4ec90
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 benchmark1198.19
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5700
Total number of constraints27830
Number of constraints which are clauses27825
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint75
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 86
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1432.13/726.41	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1432.13/726.41	c numVar: 5700
1432.13/726.41	c numCon: 27830
1432.13/726.41	c numEqual: 4
1432.13/726.41	c intSize: 7
1432.13/726.41	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1432.13/726.41	c ------------------- Paras list -------------------
1432.13/726.41	c Name                	 Type      	 Now       	 Default   	 Comment
1432.13/726.41	c timeout             	 double    	 3600.000000	 3600      	 
1432.13/726.41	c mip_time            	 double    	 0.200000  	 0.5       	 
1432.13/726.41	c ls_time             	 double    	 10.000000 	 10        	 
1432.13/726.41	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1432.13/726.41	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1432.13/726.41	c random_seed         	 int       	 0         	 0         	 
1432.13/726.41	c sample_size         	 int       	 50        	 50        	 
1432.13/726.41	c sub_score           	 int       	 1         	 1         	 
1432.13/726.41	c tabu_base           	 int       	 3         	 3         	 
1432.13/726.41	c tabu_variation      	 int       	 1         	 1         	 
1432.13/726.41	c sub_div             	 int       	 4         	 4         	 
1432.13/726.41	c nbcore              	 int       	 2         	 1         	 
1432.13/726.41	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1432.13/726.41	c print_sol           	 int       	 1         	 1         	 
1432.13/726.41	c tmpdir              	 string		 .         	 "."       	 
1432.13/726.41	c home                	 string		 HOME	 "."       	 
1432.13/726.41	c benchname           	 string		 HOME/instance-4514329-1751139300.opb	 ""        	 
1432.13/726.41	c --------------------------------------------------
1432.13/726.41	c Local Search solver
1432.13/726.41	c MIP solver
1432.13/726.41	c use Exact solver
3220.49/2519.75	s UNKNOWN
3220.49/2519.75	c Total time: 2519

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514329-1751139300/watcher-4514329-1751139300 -o /tmp/evaluation-result-4514329-1751139300/solver-4514329-1751139300 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751133631-11273 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4514329-1751139300.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=12548, runsolver pid=12545
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 4.77 4.28 3.93 5/248 12549
/proc/meminfo: memFree=129845652/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=63060 memory=28672 CPUtime=0.09 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 6129 0 0 0 7 2 0 0 20 0 1 0 29609180 64573440 7168 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 15765 7168 1184 6655 0 6000 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 63060 KiB
Current children cumulated memory: 28672 KiB

[startup+0.213284 s]*
/proc/loadavg: 4.77 4.28 3.93 6/248 12549
/proc/meminfo: memFree=129817428/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=83932 memory=49408 CPUtime=0.21 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 11342 0 0 0 17 4 0 0 20 0 1 0 29609180 85946368 12352 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 20983 12352 1184 6655 0 11218 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 83932 KiB
Current children cumulated memory: 49408 KiB

[startup+0.313351 s]*
/proc/loadavg: 4.77 4.28 3.93 5/248 12549
/proc/meminfo: memFree=129809364/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=96224 memory=61696 CPUtime=0.31 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 14408 0 0 0 27 4 0 0 20 0 1 0 29609180 98533376 15424 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 24056 15424 1184 6655 0 14291 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 96224 KiB
Current children cumulated memory: 61696 KiB

[startup+0.700309 s]
/proc/loadavg: 4.77 4.28 3.93 5/248 12549
/proc/meminfo: memFree=129801300/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=102980 memory=68352 CPUtime=0.68 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 16076 0 0 0 63 5 0 0 20 0 1 0 29609180 105451520 17088 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 25745 17088 1184 6655 0 15980 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 102980 KiB
Current children cumulated memory: 68352 KiB

[startup+1.50036 s]
/proc/loadavg: 4.77 4.28 3.93 5/248 12549
/proc/meminfo: memFree=129801552/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=102980 memory=68352 CPUtime=1.48 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 16076 0 0 0 143 5 0 0 20 0 1 0 29609180 105451520 17088 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 25745 17088 1184 6655 0 15980 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 102980 KiB
Current children cumulated memory: 68352 KiB

[startup+3.11258 s]
/proc/loadavg: 4.71 4.28 3.93 5/248 12549
/proc/meminfo: memFree=129801552/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=102980 memory=68352 CPUtime=3.09 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 16076 0 0 0 304 5 0 0 20 0 1 0 29609180 105451520 17088 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 25745 17088 1184 6655 0 15980 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 102980 KiB
Current children cumulated memory: 68352 KiB

[startup+6.30032 s]
/proc/loadavg: 4.71 4.28 3.93 6/248 12549
/proc/meminfo: memFree=129801556/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=102980 memory=68352 CPUtime=6.27 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 16076 0 0 0 622 5 0 0 20 0 1 0 29609180 105451520 17088 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 25745 17088 1184 6655 0 15980 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 102980 KiB
Current children cumulated memory: 68352 KiB

[startup+12.7002 s]
/proc/loadavg: 4.65 4.27 3.94 6/249 12550
/proc/meminfo: memFree=129665972/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=280412 memory=212808 CPUtime=14.4 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 47625 0 0 0 1428 12 0 0 20 0 2 0 29609180 287141888 53202 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 70103 53202 3360 6655 0 52453 0
[pid=12548/tid=12550] ppid=12545 vsize=280412 memory=209736 CPUtime=1.77 cores=1,3
/proc/12548/task/12550/stat : 12550 (LSIPExact) R 12545 12548 11256 0 -1 4194368 8366 0 0 0 174 3 0 0 20 0 2 0 29610196 287141888 53202 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
Current children cumulated CPU time: 14.4 s
Current children cumulated vsize: 280412 KiB
Current children cumulated memory: 212808 KiB

[startup+25.5002 s]
/proc/loadavg: 4.73 4.31 3.95 6/249 12551
/proc/meminfo: memFree=129609964/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=335256 memory=276500 CPUtime=39.83 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 101601 0 0 0 3965 18 0 0 20 0 2 0 29609180 343302144 69125 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 83814 69125 3392 6655 0 68738 0
[pid=12548/tid=12550] ppid=12545 vsize=335256 memory=275732 CPUtime=14.41 cores=1,3
/proc/12548/task/12550/stat : 12550 (LSIPExact) R 12545 12548 11256 0 -1 4194368 29950 0 0 0 1437 4 0 0 20 0 2 0 29610196 343302144 69125 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
Current children cumulated CPU time: 39.83 s
Current children cumulated vsize: 335256 KiB
Current children cumulated memory: 276500 KiB

[startup+51.1054 s]
/proc/loadavg: 4.88 4.38 3.99 6/249 12551
/proc/meminfo: memFree=129589044/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=340200 memory=291228 CPUtime=90.67 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 123246 0 0 0 9047 20 0 0 20 0 2 0 29609180 348364800 72807 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 85050 72807 3392 6655 0 72369 0
[pid=12548/tid=12550] ppid=12545 vsize=340200 memory=291228 CPUtime=39.75 cores=1,3
/proc/12548/task/12550/stat : 12550 (LSIPExact) R 12545 12548 11256 0 -1 4194368 40033 0 0 0 3969 6 0 0 20 0 2 0 29610196 348364800 72807 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
Current children cumulated CPU time: 90.67 s
Current children cumulated vsize: 340200 KiB
Current children cumulated memory: 291228 KiB

[startup+102.3 s]
/proc/loadavg: 5.01 4.49 4.05 6/249 12553
/proc/meminfo: memFree=129488420/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=401048 memory=361992 CPUtime=192.37 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 171763 0 0 0 19210 27 0 0 20 0 2 0 29609180 410673152 90498 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 100262 90498 3424 6655 0 90007 0
[pid=12548/tid=12550] ppid=12545 vsize=401048 memory=361992 CPUtime=90.42 cores=1,3
/proc/12548/task/12550/stat : 12550 (LSIPExact) R 12545 12548 11256 0 -1 4194368 53621 0 0 0 9034 8 0 0 20 0 2 0 29610196 410673152 90498 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
Current children cumulated CPU time: 192.37 s
Current children cumulated vsize: 401048 KiB
Current children cumulated memory: 361992 KiB

[startup+162.3 s]
/proc/loadavg: 4.48 4.45 4.06 5/249 12556
/proc/meminfo: memFree=129440716/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=401048 memory=364552 CPUtime=311.55 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 185288 0 0 0 31126 29 0 0 20 0 2 0 29609180 410673152 91138 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 100262 91138 3424 6655 0 90007 0
[pid=12548/tid=12550] ppid=12545 vsize=401048 memory=14340 CPUtime=149.8 cores=1,3
/proc/12548/task/12550/stat : 12550 (LSIPExact) R 12545 12548 11256 0 -1 4194368 61477 0 0 0 14971 9 0 0 20 0 2 0 29610196 410673152 91138 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
Current children cumulated CPU time: 311.55 s
Current children cumulated vsize: 401048 KiB
Current children cumulated memory: 364552 KiB

[startup+222.3 s]
/proc/loadavg: 4.28 4.39 4.07 5/248 12559
/proc/meminfo: memFree=129411852/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=401048 memory=364748 CPUtime=430.75 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 223469 0 0 0 43043 32 0 0 20 0 2 0 29609180 410673152 91187 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 100262 91187 3456 6655 0 90007 0
[pid=12548/tid=12550] ppid=12545 vsize=401048 memory=14340 CPUtime=209.19 cores=1,3
/proc/12548/task/12550/stat : 12550 (LSIPExact) R 12545 12548 11256 0 -1 4194368 76985 0 0 0 20908 11 0 0 20 0 2 0 29610196 410673152 91187 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
Current children cumulated CPU time: 430.75 s
Current children cumulated vsize: 401048 KiB
Current children cumulated memory: 364748 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.32 4.06 5/247 12561
/proc/meminfo: memFree=129368988/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=410044 memory=373324 CPUtime=549.96 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 229570 0 0 0 54962 34 0 0 20 0 2 0 29609180 419885056 93331 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 102511 93331 3456 6655 0 92256 0
[pid=12548/tid=12550] ppid=12545 vsize=410044 memory=364748 CPUtime=268.61 cores=1,3
/proc/12548/task/12550/stat : 12550 (LSIPExact) R 12545 12548 11256 0 -1 4194368 77279 0 0 0 26849 12 0 0 20 0 2 0 29610196 419885056 93331 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
Current children cumulated CPU time: 549.96 s
Current children cumulated vsize: 410044 KiB
Current children cumulated memory: 373324 KiB

[startup+342.3 s]
/proc/loadavg: 4.22 4.31 4.07 5/247 12563
/proc/meminfo: memFree=129349688/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=414592 memory=378112 CPUtime=669.19 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 230370 0 0 0 66884 35 0 0 20 0 2 0 29609180 424542208 94528 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 103648 94528 3456 6655 0 93393 0
[pid=12548/tid=12550] ppid=12545 vsize=414592 memory=364748 CPUtime=328.02 cores=1,3
/proc/12548/task/12550/stat : 12550 (LSIPExact) R 12545 12548 11256 0 -1 4194368 77279 0 0 0 32789 13 0 0 20 0 2 0 29610196 424542208 94528 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
Current children cumulated CPU time: 669.19 s
Current children cumulated vsize: 414592 KiB
Current children cumulated memory: 378112 KiB


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

/proc/12548/stat : 12548 (LSIPExact) S 12545 12548 11256 0 -1 4194304 269166 0 0 0 143167 47 0 0 20 0 1 0 29609180 424542208 85564 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 103648 85564 3488 6655 0 93592 0
[pid=12677] ppid=12548 vsize=283756 memory=255148 CPUtime=1531.78 cores=1,3
/proc/12677/stat : 12677 (Exact) R 12548 12677 12677 0 -1 4194304 45669 0 0 0 153115 63 0 0 20 0 1 0 29681822 290566144 63787 18446744073709551615 4198400 8335837 140728970759216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40509440 140728970762427 140728970762781 140728970762781 140728970768335 0
/proc/12677/statm: 70939 63787 1120 1011 0 69706 0
Current children cumulated CPU time: 2963.92 s
Current children cumulated vsize: 698348 KiB
Current children cumulated memory: 597404 KiB

[startup+2322.3 s]
/proc/loadavg: 1.31 1.86 2.62 2/234 13049
/proc/meminfo: memFree=129697460/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=414592 memory=342256 CPUtime=1432.14 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) S 12545 12548 11256 0 -1 4194304 269166 0 0 0 143167 47 0 0 20 0 1 0 29609180 424542208 85564 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 103648 85564 3488 6655 0 93592 0
[pid=12677] ppid=12548 vsize=287436 memory=258220 CPUtime=1591.57 cores=1,3
/proc/12677/stat : 12677 (Exact) R 12548 12677 12677 0 -1 4194304 46455 0 0 0 159094 63 0 0 20 0 1 0 29681822 294334464 64555 18446744073709551615 4198400 8335837 140728970759216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40509440 140728970762427 140728970762781 140728970762781 140728970768335 0
/proc/12677/statm: 71859 64555 1120 1011 0 70626 0
Current children cumulated CPU time: 3023.71 s
Current children cumulated vsize: 702028 KiB
Current children cumulated memory: 600476 KiB

[startup+2382.3 s]
/proc/loadavg: 1.17 1.72 2.52 2/233 13054
/proc/meminfo: memFree=129696124/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=414592 memory=342256 CPUtime=1432.14 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) S 12545 12548 11256 0 -1 4194304 269166 0 0 0 143167 47 0 0 20 0 1 0 29609180 424542208 85564 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 103648 85564 3488 6655 0 93592 0
[pid=12677] ppid=12548 vsize=288152 memory=259884 CPUtime=1651.37 cores=1,3
/proc/12677/stat : 12677 (Exact) R 12548 12677 12677 0 -1 4194304 46647 0 0 0 165073 64 0 0 20 0 1 0 29681822 295067648 64971 18446744073709551615 4198400 8335837 140728970759216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40509440 140728970762427 140728970762781 140728970762781 140728970768335 0
/proc/12677/statm: 72038 64971 1120 1011 0 70805 0
Current children cumulated CPU time: 3083.51 s
Current children cumulated vsize: 702744 KiB
Current children cumulated memory: 602140 KiB

[startup+2442.3 s]
/proc/loadavg: 1.11 1.60 2.43 2/233 13060
/proc/meminfo: memFree=129696172/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=414592 memory=342256 CPUtime=1432.14 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) S 12545 12548 11256 0 -1 4194304 269166 0 0 0 143167 47 0 0 20 0 1 0 29609180 424542208 85564 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 103648 85564 3488 6655 0 93592 0
[pid=12677] ppid=12548 vsize=289900 memory=261548 CPUtime=1711.18 cores=1,3
/proc/12677/stat : 12677 (Exact) R 12548 12677 12677 0 -1 4194304 47084 0 0 0 171054 64 0 0 20 0 1 0 29681822 296857600 65387 18446744073709551615 4198400 8335837 140728970759216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40509440 140728970762427 140728970762781 140728970762781 140728970768335 0
/proc/12677/statm: 72475 65387 1120 1011 0 71242 0
Current children cumulated CPU time: 3143.32 s
Current children cumulated vsize: 704492 KiB
Current children cumulated memory: 603804 KiB

[startup+2502.3 s]
/proc/loadavg: 1.18 1.53 2.35 2/233 13062
/proc/meminfo: memFree=129688108/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=414592 memory=342256 CPUtime=1432.14 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) S 12545 12548 11256 0 -1 4194304 269166 0 0 0 143167 47 0 0 20 0 1 0 29609180 424542208 85564 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 103648 85564 3488 6655 0 93592 0
[pid=12677] ppid=12548 vsize=291340 memory=263084 CPUtime=1771 cores=1,3
/proc/12677/stat : 12677 (Exact) R 12548 12677 12677 0 -1 4194304 47454 0 0 0 177028 72 0 0 20 0 1 0 29681822 298332160 65771 18446744073709551615 4198400 8335837 140728970759216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40509440 140728970762427 140728970762781 140728970762781 140728970768335 0
/proc/12677/statm: 72835 65771 1120 1011 0 71602 0
Current children cumulated CPU time: 3203.14 s
Current children cumulated vsize: 705932 KiB
Current children cumulated memory: 605340 KiB

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

# cumulated CPU time of all completed processes:  user=3219.34 s, system=1.22623 s

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

[startup+2508.8 s]
/proc/loadavg: 1.15 1.52 2.34 2/233 13062
/proc/meminfo: memFree=129688108/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=414592 memory=342256 CPUtime=1432.14 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) S 12545 12548 11256 0 -1 4194304 269166 0 0 0 143167 47 0 0 20 0 1 0 29609180 424542208 85564 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 103648 85564 3488 6655 0 93592 0
[pid=12677] ppid=12548 vsize=291340 memory=263084 CPUtime=1777.48 cores=1,3
/proc/12677/stat : 12677 (Exact) R 12548 12677 12677 0 -1 4194304 47454 0 0 0 177676 72 0 0 20 0 1 0 29681822 298332160 65771 18446744073709551615 4198400 8335837 140728970759216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40509440 140728970762427 140728970762781 140728970762781 140728970768335 0
/proc/12677/statm: 72835 65771 1120 1011 0 71602 0
Current children cumulated CPU time: 3209.62 s
Current children cumulated vsize: 705932 KiB
Current children cumulated memory: 605340 KiB

[startup+2515.2 s]
/proc/loadavg: 1.14 1.51 2.33 2/233 13063
/proc/meminfo: memFree=129688108/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=414592 memory=342256 CPUtime=1432.14 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) S 12545 12548 11256 0 -1 4194304 269166 0 0 0 143167 47 0 0 20 0 1 0 29609180 424542208 85564 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 103648 85564 3488 6655 0 93592 0
[pid=12677] ppid=12548 vsize=291600 memory=263340 CPUtime=1783.86 cores=1,3
/proc/12677/stat : 12677 (Exact) R 12548 12677 12677 0 -1 4194304 47519 0 0 0 178314 72 0 0 20 0 1 0 29681822 298598400 65835 18446744073709551615 4198400 8335837 140728970759216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40509440 140728970762427 140728970762781 140728970762781 140728970768335 0
/proc/12677/statm: 72900 65835 1120 1011 0 71667 0
Current children cumulated CPU time: 3216 s
Current children cumulated vsize: 706192 KiB
Current children cumulated memory: 605596 KiB

[startup+2516.8 s]
/proc/loadavg: 1.14 1.51 2.33 2/233 13063
/proc/meminfo: memFree=129688108/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=414592 memory=342256 CPUtime=1432.14 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) S 12545 12548 11256 0 -1 4194304 269166 0 0 0 143167 47 0 0 20 0 1 0 29609180 424542208 85564 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 103648 85564 3488 6655 0 93592 0
[pid=12677] ppid=12548 vsize=291876 memory=263468 CPUtime=1785.45 cores=1,3
/proc/12677/stat : 12677 (Exact) R 12548 12677 12677 0 -1 4194304 47625 0 0 0 178473 72 0 0 20 0 1 0 29681822 298881024 65867 18446744073709551615 4198400 8335837 140728970759216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40509440 140728970762427 140728970762781 140728970762781 140728970768335 0
/proc/12677/statm: 72969 65867 1120 1011 0 71736 0
Current children cumulated CPU time: 3217.59 s
Current children cumulated vsize: 706468 KiB
Current children cumulated memory: 605724 KiB

[startup+2518.4 s]
/proc/loadavg: 1.13 1.50 2.33 2/233 13063
/proc/meminfo: memFree=129688108/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=414592 memory=342256 CPUtime=1432.14 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) S 12545 12548 11256 0 -1 4194304 269166 0 0 0 143167 47 0 0 20 0 1 0 29609180 424542208 85564 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 103648 85564 3488 6655 0 93592 0
[pid=12677] ppid=12548 vsize=292896 memory=264492 CPUtime=1787.05 cores=1,3
/proc/12677/stat : 12677 (Exact) R 12548 12677 12677 0 -1 4194304 47881 0 0 0 178633 72 0 0 20 0 1 0 29681822 299925504 66123 18446744073709551615 4198400 8335837 140728970759216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40509440 140728970762427 140728970762781 140728970762781 140728970768335 0
/proc/12677/statm: 73224 66123 1120 1011 0 71991 0
Current children cumulated CPU time: 3219.19 s
Current children cumulated vsize: 707488 KiB
Current children cumulated memory: 606748 KiB

[startup+2519.2 s]
/proc/loadavg: 1.13 1.50 2.33 2/233 13063
/proc/meminfo: memFree=129688108/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=414592 memory=342256 CPUtime=1432.14 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) S 12545 12548 11256 0 -1 4194304 269166 0 0 0 143167 47 0 0 20 0 1 0 29609180 424542208 85564 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 103648 85564 3488 6655 0 93592 0
[pid=12677] ppid=12548 vsize=292896 memory=264492 CPUtime=1787.85 cores=1,3
/proc/12677/stat : 12677 (Exact) R 12548 12677 12677 0 -1 4194304 47881 0 0 0 178713 72 0 0 20 0 1 0 29681822 299925504 66123 18446744073709551615 4198400 8335837 140728970759216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40509440 140728970762427 140728970762781 140728970762781 140728970768335 0
/proc/12677/statm: 73224 66123 1120 1011 0 71991 0
Current children cumulated CPU time: 3219.99 s
Current children cumulated vsize: 707488 KiB
Current children cumulated memory: 606748 KiB

[startup+2519.6 s]
/proc/loadavg: 1.13 1.50 2.33 2/233 13063
/proc/meminfo: memFree=129688108/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=414592 memory=342256 CPUtime=1432.14 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) S 12545 12548 11256 0 -1 4194304 269166 0 0 0 143167 47 0 0 20 0 1 0 29609180 424542208 85564 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 103648 85564 3488 6655 0 93592 0
[pid=12677] ppid=12548 vsize=292896 memory=264492 CPUtime=1788.24 cores=1,3
/proc/12677/stat : 12677 (Exact) R 12548 12677 12677 0 -1 4194304 47881 0 0 0 178752 72 0 0 20 0 1 0 29681822 299925504 66123 18446744073709551615 4198400 8335837 140728970759216 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40509440 140728970762427 140728970762781 140728970762781 140728970768335 0
/proc/12677/statm: 73224 66123 1120 1011 0 71991 0
Current children cumulated CPU time: 3220.38 s
Current children cumulated vsize: 707488 KiB
Current children cumulated memory: 606748 KiB

[startup+2519.7 s]
/proc/loadavg: 1.13 1.50 2.33 2/233 13063
/proc/meminfo: memFree=129688108/131382112 swapFree=33010684/33010684
[pid=12548] ppid=12545 vsize=414592 memory=342256 CPUtime=3220.49 cores=1,3
/proc/12548/stat : 12548 (LSIPExact) R 12545 12548 11256 0 -1 4194304 272151 47888 0 0 143172 48 178757 72 20 0 1 0 29609180 424542208 85564 18446744073709551615 94806024728576 94806051984977 140729140108128 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94806060487816 94806060919424 94806074327040 140729140115802 140729140115978 140729140115978 140729140121580 0
/proc/12548/statm: 103648 85564 3488 6655 0 93592 0
Current children cumulated CPU time: 3220.49 s
Current children cumulated vsize: 414592 KiB
Current children cumulated memory: 342256 KiB

Child status: 0

Real time (s): 2519.76
CPU time (s): 3220.57
CPU user time (s): 3219.34
CPU system time (s): 1.22623
CPU usage (%): 127.812
Max. virtual memory (cumulated for all children) (KiB): 707488
Max. memory (cumulated for all children) (KiB): 606748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3219.34
system time used= 1.22623
maximum resident set size= 401904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328031
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= 446
involuntary context switches= 14091


# summary of solver processes directly reported to runsolver:
#   pid: 12548
#   total CPU time (s): 3220.57
#   total CPU user time (s): 3219.34
#   total CPU system time (s): 1.22623

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0635 second user time and 19.8946 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-28 21:35:00
IDJOB=4514329
IDBENCH=162644
IDSOLVER=3336
FILE ID=nodeC007/4514329-1751139300
RUNJOBID= nodeC007-1751133631-11273
SLURM_JOB_ID= 9587407
Free space on /tmp= 432924 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_11.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514329-1751139300/watcher-4514329-1751139300 -o /tmp/evaluation-result-4514329-1751139300/solver-4514329-1751139300 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751133631-11273 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4514329-1751139300.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= ecb94e70b440a48855e99e990bb4ec90
RANDOM SEED=89245473

nodeC007 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.643
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.68
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.628
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.68
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.653
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.68
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.332
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.68
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		: 3591.609
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.68
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		: 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 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.68
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		: 1197.565
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.68
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		: 1197.344
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129864300 kB
MemAvailable:   129580820 kB
Buffers:            3280 kB
Cached:           529276 kB
SwapCached:            0 kB
Active:           615256 kB
Inactive:         331308 kB
Active(anon):     431968 kB
Inactive(anon):        0 kB
Active(file):     183288 kB
Inactive(file):   331308 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             48340 kB
Writeback:            60 kB
AnonPages:        417080 kB
Mapped:           130052 kB
Shmem:             17960 kB
KReclaimable:      83100 kB
Slab:             161440 kB
SReclaimable:      83100 kB
SUnreclaim:        78340 kB
KernelStack:        4000 kB
PageTables:         3696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     774536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    321536 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432968 MiB
End job on nodeC007 at 2025-06-28 22:17:00