Trace number 4502262

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.14 2522.92

General information on the benchmark

NamePB24/normalized-PB10/OPT-NLC/oren/keeloq_tasca_instances/
normalized-90_rounds_15_errors.opb
MD5SUMdd402b2688f2af05a1e1d750cfef6b8d
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark3.22177
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables584
Total number of constraints427
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints394
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 182
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 182
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2406
Sum of products size (including duplicates)10572
Number of different products2406
Sum of products size10572

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.05	c #variable: 584
0.00/0.05	c #constraint: 427
0.00/0.05	c #equal: 427
0.00/0.05	c intsize: 8
0.00/0.05	c sizeproduct: 10572
0.00/0.05	c #soft: 0
0.00/0.05	c mincost: 0
0.00/0.05	c maxcost: 0
0.00/0.05	c sumcost: 0
0.00/0.05	c iteration_max: -1
0.00/0.05	c time_max: -1
0.00/0.05	c number_of_threads(move update): 2
0.00/0.05	c number_of_threads(move evaluation): 2
0.00/0.05	c seed: 534361481
3600.10/2522.90	s UNKNOWN

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 (62800 MiB free)
  memory of node 1: 64465 MiB (63679 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502262-1751476980/watcher-4502262-1751476980 -o /tmp/evaluation-result-4502262-1751476980/solver-4502262-1751476980 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751474936-65084 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 534361481 HOME/instance-4502262-1751476980.opb 

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=65341, runsolver pid=65338
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 4.86 5.00 4.96 5/254 65343
/proc/meminfo: memFree=129497244/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=90468 memory=17408 CPUtime=0.14 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 3835 0 0 0 13 1 0 0 20 0 2 0 63376678 92639232 4352 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 22617 4352 672 633 0 5812 0
[pid=65341/tid=65343] ppid=65338 vsize=90468 memory=4026531960 CPUtime=0.03 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) S 65338 65341 65072 0 -1 4194368 367 0 0 0 3 0 0 0 20 0 2 0 63376678 92639232 4352 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 90468 KiB
Current children cumulated memory: 17408 KiB

[startup+0.214114 s]*
/proc/loadavg: 4.86 5.00 4.96 5/254 65343
/proc/meminfo: memFree=129497244/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=95124 memory=22016 CPUtime=0.25 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 5108 0 0 0 24 1 0 0 20 0 2 0 63376678 97406976 5504 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 23781 5504 672 633 0 6976 0
[pid=65341/tid=65343] ppid=65338 vsize=95124 memory=664958721904869660 CPUtime=0.03 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) S 65338 65341 65072 0 -1 4194368 367 0 0 0 3 0 0 0 20 0 2 0 63376678 97406976 5504 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 95124 KiB
Current children cumulated memory: 22016 KiB

[startup+0.313786 s]*
/proc/loadavg: 4.86 5.00 4.96 6/254 65343
/proc/meminfo: memFree=129490692/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=100664 memory=27720 CPUtime=0.41 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 7563 0 0 0 39 2 0 0 20 0 2 0 63376678 103079936 6930 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 25166 6930 672 633 0 8361 0
[pid=65341/tid=65343] ppid=65338 vsize=100664 memory=7971797415150173549 CPUtime=0.09 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 367 0 0 0 9 0 0 0 20 0 2 0 63376678 103079936 6930 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 100664 KiB
Current children cumulated memory: 27720 KiB

[startup+0.700325 s]
/proc/loadavg: 4.86 5.00 4.96 5/254 65343
/proc/meminfo: memFree=129490692/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=100868 memory=27928 CPUtime=0.86 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 13799 0 0 0 82 4 0 0 20 0 2 0 63376678 103288832 6982 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 25217 6982 672 633 0 8412 0
[pid=65341/tid=65343] ppid=65338 vsize=100868 memory=18304 CPUtime=0.17 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 367 0 0 0 17 0 0 0 20 0 2 0 63376678 103288832 6982 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 100868 KiB
Current children cumulated memory: 27928 KiB

[startup+1.50029 s]
/proc/loadavg: 4.86 5.00 4.96 6/254 65343
/proc/meminfo: memFree=129490692/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=101088 memory=28272 CPUtime=2.35 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 36486 0 0 0 226 9 0 0 20 0 2 0 63376678 103514112 7068 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 25272 7068 672 633 0 8467 0
[pid=65341/tid=65343] ppid=65338 vsize=101088 memory=18304 CPUtime=0.87 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 576 0 0 0 87 0 0 0 20 0 2 0 63376678 103514112 7068 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 101088 KiB
Current children cumulated memory: 28272 KiB

[startup+3.10598 s]
/proc/loadavg: 4.86 5.00 4.96 6/254 65343
/proc/meminfo: memFree=129490196/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=101716 memory=28720 CPUtime=5.27 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 98543 0 0 0 508 19 0 0 20 0 2 0 63376678 104157184 7180 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 25429 7180 672 633 0 8624 0
[pid=65341/tid=65343] ppid=65338 vsize=101848 memory=28440 CPUtime=2.19 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 1003 0 0 0 219 0 0 0 20 0 2 0 63376678 104292352 7180 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 5.27 s
Current children cumulated vsize: 101716 KiB
Current children cumulated memory: 28720 KiB

[startup+6.3002 s]
/proc/loadavg: 4.87 5.00 4.97 6/254 65343
/proc/meminfo: memFree=129490196/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=101756 memory=28876 CPUtime=10.76 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 225477 0 0 0 1036 40 0 0 20 0 2 0 63376678 104198144 7219 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 25439 7219 672 633 0 8634 0
[pid=65341/tid=65343] ppid=65338 vsize=101756 memory=18304 CPUtime=4.53 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 1509 0 0 0 452 1 0 0 20 0 2 0 63376678 104198144 7219 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 10.76 s
Current children cumulated vsize: 101756 KiB
Current children cumulated memory: 28876 KiB

[startup+12.7002 s]
/proc/loadavg: 4.88 5.00 4.97 6/254 65344
/proc/meminfo: memFree=129477664/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=102616 memory=29576 CPUtime=21.86 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 475265 0 0 0 2105 81 0 0 20 0 2 0 63376678 105078784 7394 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 25654 7394 672 633 0 8849 0
[pid=65341/tid=65343] ppid=65338 vsize=102200 memory=29320 CPUtime=9.28 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 2250 0 0 0 926 2 0 0 20 0 2 0 63376678 104652800 7330 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 21.86 s
Current children cumulated vsize: 102616 KiB
Current children cumulated memory: 29576 KiB

[startup+25.5002 s]
/proc/loadavg: 4.98 5.02 4.97 5/254 65344
/proc/meminfo: memFree=129473576/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=102544 memory=29644 CPUtime=44.66 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 980527 0 0 0 4290 176 0 0 20 0 2 0 63376678 105005056 7379 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 25636 7411 672 633 0 8831 0
[pid=65341/tid=65343] ppid=65338 vsize=102676 memory=29616 CPUtime=19.38 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 2825 0 0 0 1931 7 0 0 20 0 2 0 63376678 105140224 7411 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 44.66 s
Current children cumulated vsize: 102544 KiB
Current children cumulated memory: 29644 KiB

[startup+51.1059 s]
/proc/loadavg: 4.93 5.00 4.97 5/254 65344
/proc/meminfo: memFree=129474088/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=102856 memory=29796 CPUtime=89.53 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 1840290 0 0 0 8614 339 0 0 20 0 2 0 63376678 105324544 7449 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 25714 7449 672 633 0 8909 0
[pid=65341/tid=65343] ppid=65338 vsize=102856 memory=18304 CPUtime=38.83 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) S 65338 65341 65072 0 -1 4194368 3292 0 0 0 3868 15 0 0 20 0 2 0 63376678 105324544 7449 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 89.53 s
Current children cumulated vsize: 102856 KiB
Current children cumulated memory: 29796 KiB

[startup+102.3 s]
/proc/loadavg: 4.75 4.94 4.95 6/254 65346
/proc/meminfo: memFree=129476384/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=103508 memory=30400 CPUtime=172.1 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 3474538 0 0 0 16570 640 0 0 20 0 2 0 63376678 105992192 7600 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 25877 7600 672 633 0 9072 0
[pid=65341/tid=65343] ppid=65338 vsize=103508 memory=16584 CPUtime=70.57 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) S 65338 65341 65072 0 -1 4194368 4220 0 0 0 7032 25 0 0 20 0 2 0 63376678 105992192 7600 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 172.1 s
Current children cumulated vsize: 103508 KiB
Current children cumulated memory: 30400 KiB

[startup+162.3 s]
/proc/loadavg: 4.97 4.97 4.96 6/254 65348
/proc/meminfo: memFree=129479480/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=104380 memory=31080 CPUtime=270.58 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 5557049 0 0 0 26048 1010 0 0 20 0 2 0 63376678 106885120 7770 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26095 7770 672 633 0 9290 0
[pid=65341/tid=65343] ppid=65338 vsize=104380 memory=30824 CPUtime=109.5 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 4220 0 0 0 10911 39 0 0 20 0 2 0 63376678 106885120 7770 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 270.58 s
Current children cumulated vsize: 104380 KiB
Current children cumulated memory: 31080 KiB

[startup+222.3 s]
/proc/loadavg: 4.85 4.94 4.95 5/254 65350
/proc/meminfo: memFree=129472436/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=104352 memory=31216 CPUtime=366.47 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 5586347 0 0 0 35593 1054 0 0 20 0 2 0 63376678 106856448 7804 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26088 7804 672 633 0 9283 0
[pid=65341/tid=65343] ppid=65338 vsize=104352 memory=11136 CPUtime=145.8 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) S 65338 65341 65072 0 -1 4194368 4253 0 0 0 14530 50 0 0 20 0 2 0 63376678 106856448 7804 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 366.47 s
Current children cumulated vsize: 104352 KiB
Current children cumulated memory: 31216 KiB

[startup+282.3 s]
/proc/loadavg: 4.91 4.94 4.95 6/253 65354
/proc/meminfo: memFree=129476272/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=104544 memory=31336 CPUtime=463.57 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 6897155 0 0 0 45056 1301 0 0 20 0 2 0 63376678 107053056 7834 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26136 7834 672 633 0 9331 0
[pid=65341/tid=65343] ppid=65338 vsize=104544 memory=30852 CPUtime=183.33 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 4253 0 0 0 18270 63 0 0 20 0 2 0 63376678 107053056 7834 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 463.57 s
Current children cumulated vsize: 104544 KiB

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

/proc/meminfo: memFree=123252192/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=106148 memory=32696 CPUtime=2624.9 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 12012656 0 0 0 259542 2948 0 0 20 0 2 0 63376678 108695552 8174 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26537 8174 672 633 0 9732 0
[pid=65341/tid=65343] ppid=65338 vsize=106148 memory=32696 CPUtime=673.17 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 5039 0 0 0 67078 239 0 0 20 0 2 0 63376678 108695552 8174 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 2624.9 s
Current children cumulated vsize: 106148 KiB
Current children cumulated memory: 32696 KiB

[startup+2022.3 s]
/proc/loadavg: 4.94 4.94 4.79 6/254 65573
/proc/meminfo: memFree=123168872/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=106280 memory=32696 CPUtime=2729.92 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 12013842 0 0 0 269999 2993 0 0 20 0 2 0 63376678 108830720 8174 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26570 8174 672 633 0 9765 0
[pid=65341/tid=65343] ppid=65338 vsize=106280 memory=16584 CPUtime=718.61 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) S 65338 65341 65072 0 -1 4194368 5223 0 0 0 71607 254 0 0 20 0 2 0 63376678 108830720 8174 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 2729.92 s
Current children cumulated vsize: 106280 KiB
Current children cumulated memory: 32696 KiB

[startup+2082.3 s]
/proc/loadavg: 4.85 4.92 4.80 6/254 65577
/proc/meminfo: memFree=123145980/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=106280 memory=32696 CPUtime=2833.63 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 12013849 0 0 0 280323 3040 0 0 20 0 2 0 63376678 108830720 8174 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26570 8174 672 633 0 9765 0
[pid=65341/tid=65343] ppid=65338 vsize=106280 memory=32696 CPUtime=762.76 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 5223 0 0 0 76003 273 0 0 20 0 2 0 63376678 108830720 8174 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 2833.63 s
Current children cumulated vsize: 106280 KiB
Current children cumulated memory: 32696 KiB

[startup+2142.3 s]
/proc/loadavg: 4.87 4.92 4.81 5/253 65579
/proc/meminfo: memFree=123142616/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=106280 memory=32696 CPUtime=2937.76 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 12015026 0 0 0 290691 3085 0 0 20 0 2 0 63376678 108830720 8174 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26570 8174 672 633 0 9765 0
[pid=65341/tid=65343] ppid=65338 vsize=106280 memory=32696 CPUtime=807.3 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 5331 0 0 0 80441 289 0 0 20 0 2 0 63376678 108830720 8174 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 2937.76 s
Current children cumulated vsize: 106280 KiB
Current children cumulated memory: 32696 KiB

[startup+2202.3 s]
/proc/loadavg: 4.94 4.94 4.82 5/254 65582
/proc/meminfo: memFree=123115208/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=106280 memory=32696 CPUtime=3041.62 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 12015034 0 0 0 301030 3132 0 0 20 0 2 0 63376678 108830720 8174 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26570 8174 672 633 0 9765 0
[pid=65341/tid=65343] ppid=65338 vsize=106280 memory=32696 CPUtime=851.61 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) S 65338 65341 65072 0 -1 4194368 5331 0 0 0 84853 308 0 0 20 0 2 0 63376678 108830720 8174 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 3041.62 s
Current children cumulated vsize: 106280 KiB
Current children cumulated memory: 32696 KiB

[startup+2262.3 s]
/proc/loadavg: 4.98 4.95 4.83 6/254 65584
/proc/meminfo: memFree=123123512/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=106280 memory=32824 CPUtime=3145.45 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 12016248 0 0 0 311366 3179 0 0 20 0 2 0 63376678 108830720 8206 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26570 8206 672 633 0 9765 0
[pid=65341/tid=65343] ppid=65338 vsize=106280 memory=2764 CPUtime=895.87 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) S 65338 65341 65072 0 -1 4194368 5541 0 0 0 89262 325 0 0 20 0 2 0 63376678 108830720 8206 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 3145.45 s
Current children cumulated vsize: 106280 KiB
Current children cumulated memory: 32824 KiB

[startup+2322.3 s]
/proc/loadavg: 4.98 4.96 4.85 5/254 65601
/proc/meminfo: memFree=123094652/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=106280 memory=32824 CPUtime=3249.74 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 12017465 0 0 0 321749 3225 0 0 20 0 2 0 63376678 108830720 8206 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26570 8206 672 633 0 9765 0
[pid=65341/tid=65343] ppid=65338 vsize=106280 memory=5148 CPUtime=940.6 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 5748 0 0 0 93716 344 0 0 20 0 2 0 63376678 108830720 8206 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 3249.74 s
Current children cumulated vsize: 106280 KiB
Current children cumulated memory: 32824 KiB

[startup+2382.3 s]
/proc/loadavg: 4.84 4.92 4.84 6/254 65603
/proc/meminfo: memFree=123107676/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=106280 memory=32824 CPUtime=3354.27 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 12018693 0 0 0 332158 3269 0 0 20 0 2 0 63376678 108830720 8206 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26570 8206 672 633 0 9765 0
[pid=65341/tid=65343] ppid=65338 vsize=106280 memory=32824 CPUtime=985.57 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 5905 0 0 0 98197 360 0 0 20 0 2 0 63376678 108830720 8206 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 3354.27 s
Current children cumulated vsize: 106280 KiB
Current children cumulated memory: 32824 KiB

[startup+2442.3 s]
/proc/loadavg: 4.68 4.87 4.83 6/254 65605
/proc/meminfo: memFree=123095856/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=106412 memory=32824 CPUtime=3459.06 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 12019931 0 0 0 342592 3314 0 0 20 0 2 0 63376678 108965888 8206 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26603 8206 672 633 0 9798 0
[pid=65341/tid=65343] ppid=65338 vsize=106412 memory=32824 CPUtime=1030.86 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 6140 0 0 0 102709 377 0 0 20 0 2 0 63376678 108965888 8206 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 3459.06 s
Current children cumulated vsize: 106412 KiB
Current children cumulated memory: 32824 KiB

[startup+2502.3 s]
/proc/loadavg: 4.87 4.90 4.84 6/253 65607
/proc/meminfo: memFree=123097836/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=106412 memory=32824 CPUtime=3563.98 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 12021178 0 0 0 353039 3359 0 0 20 0 2 0 63376678 108965888 8206 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26603 8206 672 633 0 9798 0
[pid=65341/tid=65343] ppid=65338 vsize=106412 memory=16584 CPUtime=1076.23 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 6374 0 0 0 107228 395 0 0 20 0 2 0 63376678 108965888 8206 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 3563.98 s
Current children cumulated vsize: 106412 KiB
Current children cumulated memory: 32824 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2522.9 s]
/proc/loadavg: 4.91 4.91 4.84 6/253 65607
/proc/meminfo: memFree=123092012/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=106412 memory=32952 CPUtime=3600.1 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 12022363 0 0 0 356633 3377 0 0 20 0 2 0 63376678 108965888 8238 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26603 8238 672 633 0 9798 0
[pid=65341/tid=65343] ppid=65338 vsize=106412 memory=32824 CPUtime=1091.9 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 6489 0 0 0 108790 400 0 0 20 0 2 0 63376678 108965888 8238 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 106412 KiB
Current children cumulated memory: 32952 KiB

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

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

# cumulated CPU time of all completed processes:  user=3566.36 s, system=33.7751 s

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

[startup+2522.9 s]
/proc/loadavg: 4.91 4.91 4.84 6/253 65607
/proc/meminfo: memFree=123092012/131382120 swapFree=33010416/33010684
[pid=65341] ppid=65338 vsize=106412 memory=32952 CPUtime=3600.1 cores=1,3
/proc/65341/stat : 65341 (pb_competition_) R 65338 65341 65072 0 -1 4194304 12022363 0 0 0 356633 3377 0 0 20 0 2 0 63376678 108965888 8238 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
/proc/65341/statm: 26603 8238 672 633 0 9798 0
[pid=65341/tid=65343] ppid=65338 vsize=106412 memory=32824 CPUtime=1091.9 cores=1,3
/proc/65341/task/65343/stat : 65343 (pb_competition_) R 65338 65341 65072 0 -1 4194368 6489 0 0 0 108790 400 0 0 20 0 2 0 63376678 108965888 8238 18446744073709551615 4198400 6788177 140734064488272 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14262272 140734064494938 140734064495064 140734064495064 140734064500666 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 106412 KiB
Current children cumulated memory: 32952 KiB

Child status: 0

Real time (s): 2522.92
CPU time (s): 3600.14
CPU user time (s): 3566.36
CPU system time (s): 33.7751
CPU usage (%): 142.697
Max. virtual memory (cumulated for all children) (KiB): 106412
Max. memory (cumulated for all children) (KiB): 32952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3566.36
system time used= 33.7751
maximum resident set size= 32952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12022580
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= 447710
involuntary context switches= 23672


# summary of solver processes directly reported to runsolver:
#   pid: 65341
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3566.36
#   total CPU system time (s): 33.7751

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.08326 second user time and 18.8689 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-02 19:23:00
IDJOB=4502262
IDBENCH=155311
IDSOLVER=3347
FILE ID=nodeC003/4502262-1751476980
RUNJOBID= nodeC003-1751474936-65084
SLURM_JOB_ID= 9598507
Free space on /tmp= 432000 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB10/OPT-NLC/oren/keeloq_tasca_instances/normalized-90_rounds_15_errors.opb
COMMAND LINE= pb_competition_2025_solver -k -1 -t -1.0 -j NBCORE -r RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502262-1751476980/watcher-4502262-1751476980 -o /tmp/evaluation-result-4502262-1751476980/solver-4502262-1751476980 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751474936-65084 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 534361481 HOME/instance-4502262-1751476980.opb

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

MD5SUM BENCH= dd402b2688f2af05a1e1d750cfef6b8d
RANDOM SEED=534361481

nodeC003 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		: 3491.526
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.44
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.165
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129515608 kB
MemAvailable:   129380896 kB
Buffers:            2736 kB
Cached:           663248 kB
SwapCached:           36 kB
Active:          1169084 kB
Inactive:         171220 kB
Active(anon):     684632 kB
Inactive(anon):     7612 kB
Active(file):     484452 kB
Inactive(file):   163608 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5292 kB
Writeback:            32 kB
AnonPages:        677616 kB
Mapped:           111652 kB
Shmem:             17924 kB
KReclaimable:     113712 kB
Slab:             199008 kB
SReclaimable:     113712 kB
SUnreclaim:        85296 kB
KernelStack:        4096 kB
PageTables:         4268 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1029692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    565248 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431940 MiB
End job on nodeC003 at 2025-07-02 20:05:03