Trace number 4507082

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
PRINTEMPS 2025-05-28? (TO) 3600.2 2360.16

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K150.opb
MD5SUMde861f201885d7430b03c8868c66597b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17850
Total number of constraints18152
Number of constraints which are clauses18002
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint150
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 151
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.15/0.11	c #variable: 17850
0.15/0.11	c #constraint: 18152
0.15/0.11	c #equal: 0
0.15/0.11	c intsize: 8
0.15/0.11	c sizeproduct: 0
0.15/0.11	c #soft: 0
0.15/0.11	c mincost: 0
0.15/0.11	c maxcost: 0
0.15/0.11	c sumcost: 0
0.15/0.11	c iteration_max: -1
0.15/0.11	c time_max: -1
0.15/0.11	c number_of_threads(move update): 2
0.15/0.11	c number_of_threads(move evaluation): 2
0.15/0.11	c seed: 1878756265
3600.13/2360.12	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: 63708 MiB (62993 MiB free)
  memory of node 1: 64465 MiB (63787 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507082-1751185172/watcher-4507082-1751185172 -o /tmp/evaluation-result-4507082-1751185172/solver-4507082-1751185172 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751182846-22085 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1878756265 HOME/instance-4507082-1751185172.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=22314, runsolver pid=22311
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 6.79 6.83 6.36 8/269 22316
/proc/meminfo: memFree=129793452/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=108816 memory=43168 CPUtime=0.15 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) S 22311 22314 22073 0 -1 4194304 8784 0 0 0 13 2 0 0 20 0 2 0 34195823 111427584 10792 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 27204 10792 608 633 0 12319 0
[pid=22314/tid=22316] ppid=22311 vsize=108816 memory=4026531960 CPUtime=0.05 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) R 22311 22314 22073 0 -1 4194368 2287 0 0 0 5 0 0 0 20 0 2 0 34195823 111427584 10792 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 0 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 108816 KiB
Current children cumulated memory: 43168 KiB

[startup+0.205882 s]*
/proc/loadavg: 6.79 6.83 6.36 7/269 22316
/proc/meminfo: memFree=129773292/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=128040 memory=63392 CPUtime=0.25 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 13769 0 0 0 23 2 0 0 20 0 2 0 34195823 131112960 15848 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 32010 15848 672 633 0 17292 0
[pid=22314/tid=22316] ppid=22311 vsize=128040 memory=4208735117501333788 CPUtime=0.06 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) S 22311 22314 22073 0 -1 4194368 2454 0 0 0 6 0 0 0 20 0 2 0 34195823 131112960 15848 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 128040 KiB
Current children cumulated memory: 63392 KiB

[startup+0.306065 s]*
/proc/loadavg: 6.73 6.81 6.35 8/269 22316
/proc/meminfo: memFree=129773292/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=128040 memory=63392 CPUtime=0.35 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 13769 0 0 0 33 2 0 0 20 0 2 0 34195823 131112960 15848 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 32010 15848 672 633 0 17292 0
[pid=22314/tid=22316] ppid=22311 vsize=128040 memory=7969824891239545453 CPUtime=0.06 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) S 22311 22314 22073 0 -1 4194368 2454 0 0 0 6 0 0 0 20 0 2 0 34195823 131112960 15848 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 128040 KiB
Current children cumulated memory: 63392 KiB

[startup+0.700212 s]
/proc/loadavg: 6.73 6.81 6.35 6/269 22316
/proc/meminfo: memFree=129741036/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=166460 memory=101664 CPUtime=0.78 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 23365 0 0 0 74 4 0 0 20 0 2 0 34195823 170455040 25416 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 41615 25416 672 633 0 26897 0
[pid=22314/tid=22316] ppid=22311 vsize=166460 memory=17408 CPUtime=0.1 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) R 22311 22314 22073 0 -1 4194368 2454 0 0 0 10 0 0 0 20 0 2 0 34195823 170455040 25416 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 166460 KiB
Current children cumulated memory: 101664 KiB

[startup+1.50022 s]
/proc/loadavg: 6.73 6.81 6.35 5/269 22316
/proc/meminfo: memFree=129733788/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=166460 memory=101792 CPUtime=1.65 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 35761 0 0 0 160 5 0 0 20 0 2 0 34195823 170455040 25448 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 41615 25448 672 633 0 26897 0
[pid=22314/tid=22316] ppid=22311 vsize=166460 memory=17408 CPUtime=0.17 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) S 22311 22314 22073 0 -1 4194368 2508 0 0 0 17 0 0 0 20 0 2 0 34195823 170455040 25448 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 166460 KiB
Current children cumulated memory: 101792 KiB

[startup+3.10593 s]
/proc/loadavg: 6.73 6.81 6.35 6/269 22316
/proc/meminfo: memFree=129734188/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=166460 memory=101792 CPUtime=3.75 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 37128 0 0 0 369 6 0 0 20 0 2 0 34195823 170455040 25448 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 41615 25448 672 633 0 26897 0
[pid=22314/tid=22316] ppid=22311 vsize=166460 memory=101792 CPUtime=0.68 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) S 22311 22314 22073 0 -1 4194368 2521 0 0 0 67 1 0 0 20 0 2 0 34195823 170455040 25448 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 3.75 s
Current children cumulated vsize: 166460 KiB
Current children cumulated memory: 101792 KiB

[startup+6.30019 s]
/proc/loadavg: 6.59 6.78 6.35 7/269 22316
/proc/meminfo: memFree=129734260/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=166460 memory=101792 CPUtime=7.67 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 50559 0 0 0 759 8 0 0 20 0 2 0 34195823 170455040 25448 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 41615 25448 672 633 0 26897 0
[pid=22314/tid=22316] ppid=22311 vsize=166460 memory=17408 CPUtime=1.42 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) S 22311 22314 22073 0 -1 4194368 3459 0 0 0 141 1 0 0 20 0 2 0 34195823 170455040 25448 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 7.67 s
Current children cumulated vsize: 166460 KiB
Current children cumulated memory: 101792 KiB

[startup+12.7002 s]
/proc/loadavg: 6.54 6.77 6.35 7/269 22316
/proc/meminfo: memFree=129734324/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=166460 memory=101792 CPUtime=15.67 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 77394 0 0 0 1555 12 0 0 20 0 2 0 34195823 170455040 25448 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 41615 25448 672 633 0 26897 0
[pid=22314/tid=22316] ppid=22311 vsize=166460 memory=101792 CPUtime=3.07 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) S 22311 22314 22073 0 -1 4194368 5580 0 0 0 305 2 0 0 20 0 2 0 34195823 170455040 25448 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 15.67 s
Current children cumulated vsize: 166460 KiB
Current children cumulated memory: 101792 KiB

[startup+25.5002 s]
/proc/loadavg: 6.39 6.73 6.34 7/270 22367
/proc/meminfo: memFree=129700580/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=166272 memory=101528 CPUtime=32.45 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 107243 0 0 0 3228 17 0 0 20 0 2 0 34195823 170262528 25382 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 41568 25382 672 633 0 26850 0
[pid=22314/tid=22316] ppid=22311 vsize=166272 memory=101792 CPUtime=7.13 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) S 22311 22314 22073 0 -1 4194368 8500 0 0 0 710 3 0 0 20 0 2 0 34195823 170262528 25382 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 32.45 s
Current children cumulated vsize: 166272 KiB
Current children cumulated memory: 101528 KiB

[startup+51.106 s]
/proc/loadavg: 5.94 6.59 6.30 7/270 22414
/proc/meminfo: memFree=129708832/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=166948 memory=102168 CPUtime=66.98 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 125100 0 0 0 6672 26 0 0 20 0 2 0 34195823 170954752 25542 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 41737 25542 672 633 0 27019 0
[pid=22314/tid=22316] ppid=22311 vsize=166948 memory=14572 CPUtime=16.21 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) R 22311 22314 22073 0 -1 4194368 10250 0 0 0 1616 5 0 0 20 0 2 0 34195823 170954752 25542 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 66.98 s
Current children cumulated vsize: 166948 KiB
Current children cumulated memory: 102168 KiB

[startup+102.3 s]
/proc/loadavg: 5.75 6.42 6.26 9/270 22414
/proc/meminfo: memFree=129704660/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=167344 memory=102484 CPUtime=135.07 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 183897 0 0 0 13461 46 0 0 20 0 2 0 34195823 171360256 25621 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 41836 25621 672 633 0 27118 0
[pid=22314/tid=22316] ppid=22311 vsize=167344 memory=102424 CPUtime=33.4 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) S 22311 22314 22073 0 -1 4194368 17342 0 0 0 3328 12 0 0 20 0 2 0 34195823 171360256 25621 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 135.07 s
Current children cumulated vsize: 167344 KiB
Current children cumulated memory: 102484 KiB

[startup+162.3 s]
/proc/loadavg: 5.25 6.15 6.17 9/270 22462
/proc/meminfo: memFree=129683404/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=167212 memory=102324 CPUtime=214.56 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 186765 0 0 0 21393 63 0 0 20 0 2 0 34195823 171225088 25581 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 41803 25581 672 633 0 27085 0
[pid=22314/tid=22316] ppid=22311 vsize=167212 memory=102484 CPUtime=53.23 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) R 22311 22314 22073 0 -1 4194368 17548 0 0 0 5305 18 0 0 20 0 2 0 34195823 171225088 25581 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 214.56 s
Current children cumulated vsize: 167212 KiB
Current children cumulated memory: 102324 KiB

[startup+222.3 s]
/proc/loadavg: 5.09 5.94 6.10 6/270 22464
/proc/meminfo: memFree=129660448/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=168556 memory=104516 CPUtime=294.62 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 1462867 0 0 0 29163 299 0 0 20 0 2 0 34195823 172601344 26129 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 42139 26129 672 633 0 27421 0
[pid=22314/tid=22316] ppid=22311 vsize=168556 memory=14572 CPUtime=73.6 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) S 22311 22314 22073 0 -1 4194368 17567 0 0 0 7337 23 0 0 20 0 2 0 34195823 172601344 26129 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 294.62 s
Current children cumulated vsize: 168556 KiB
Current children cumulated memory: 104516 KiB

[startup+282.3 s]
/proc/loadavg: 5.18 5.81 6.04 7/268 22466
/proc/meminfo: memFree=129634612/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=170080 memory=106484 CPUtime=374.35 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 4352330 0 0 0 36615 820 0 0 20 0 2 0 34195823 174161920 26621 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 42520 26621 672 633 0 27802 0
[pid=22314/tid=22316] ppid=22311 vsize=170080 memory=105240 CPUtime=93.72 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) S 22311 22314 22073 0 -1 4194368 17578 0 0 0 9344 28 0 0 20 0 2 0 34195823 174161920 26621 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 374.35 s
Current children cumulated vsize: 170080 KiB

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

/proc/meminfo: memFree=129580480/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=189300 memory=123224 CPUtime=2723.56 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 11348839 0 0 0 270044 2312 0 0 20 0 2 0 34195823 193843200 30806 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 47325 30806 672 633 0 32607 0
[pid=22314/tid=22316] ppid=22311 vsize=189300 memory=123224 CPUtime=954.38 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) R 22311 22314 22073 0 -1 4194368 20094 0 0 0 95307 131 0 0 20 0 2 0 34195823 193843200 30806 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 2723.56 s
Current children cumulated vsize: 189300 KiB
Current children cumulated memory: 123224 KiB

[startup+1842.3 s]
/proc/loadavg: 7.40 6.93 6.56 8/269 22543
/proc/meminfo: memFree=129575748/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=189588 memory=123480 CPUtime=2820.93 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 11348908 0 0 0 279771 2322 0 0 20 0 2 0 34195823 194138112 30870 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 47397 30870 672 633 0 32679 0
[pid=22314/tid=22316] ppid=22311 vsize=189588 memory=14572 CPUtime=992.24 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) R 22311 22314 22073 0 -1 4194368 20094 0 0 0 99089 135 0 0 20 0 2 0 34195823 194138112 30870 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 2820.93 s
Current children cumulated vsize: 189588 KiB
Current children cumulated memory: 123480 KiB

[startup+1902.3 s]
/proc/loadavg: 7.17 6.92 6.58 8/270 22551
/proc/meminfo: memFree=129576940/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=190188 memory=123992 CPUtime=2920.94 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 11351290 0 0 0 289763 2331 0 0 20 0 2 0 34195823 194752512 30998 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 47547 30998 672 633 0 32829 0
[pid=22314/tid=22316] ppid=22311 vsize=190188 memory=123992 CPUtime=1032.75 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) R 22311 22314 22073 0 -1 4194368 20187 0 0 0 103137 138 0 0 20 0 2 0 34195823 194752512 30998 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 2920.94 s
Current children cumulated vsize: 190188 KiB
Current children cumulated memory: 123992 KiB

[startup+1962.3 s]
/proc/loadavg: 6.83 6.86 6.58 9/269 22553
/proc/meminfo: memFree=129576056/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=190188 memory=124120 CPUtime=3018.7 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 11351590 0 0 0 299531 2339 0 0 20 0 2 0 34195823 194752512 31030 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 47547 31030 672 633 0 32829 0
[pid=22314/tid=22316] ppid=22311 vsize=190188 memory=124120 CPUtime=1070.95 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) R 22311 22314 22073 0 -1 4194368 20187 0 0 0 106954 141 0 0 20 0 2 0 34195823 194752512 31030 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 3018.7 s
Current children cumulated vsize: 190188 KiB
Current children cumulated memory: 124120 KiB

[startup+2022.3 s]
/proc/loadavg: 6.85 6.87 6.60 8/269 22555
/proc/meminfo: memFree=129578000/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=190452 memory=124248 CPUtime=3117.15 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 11351649 0 0 0 309367 2348 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 47613 31062 672 633 0 32895 0
[pid=22314/tid=22316] ppid=22311 vsize=190452 memory=124248 CPUtime=1109.86 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) S 22311 22314 22073 0 -1 4194368 20187 0 0 0 110841 145 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 3117.15 s
Current children cumulated vsize: 190452 KiB
Current children cumulated memory: 124248 KiB

[startup+2082.3 s]
/proc/loadavg: 6.87 6.86 6.62 8/269 22557
/proc/meminfo: memFree=129574016/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=190452 memory=124248 CPUtime=3212.95 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 11351649 0 0 0 318935 2360 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 47613 31062 672 633 0 32895 0
[pid=22314/tid=22316] ppid=22311 vsize=190452 memory=124248 CPUtime=1146.12 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) S 22311 22314 22073 0 -1 4194368 20187 0 0 0 114463 149 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 3212.95 s
Current children cumulated vsize: 190452 KiB
Current children cumulated memory: 124248 KiB

[startup+2142.3 s]
/proc/loadavg: 7.00 6.91 6.65 8/269 22560
/proc/meminfo: memFree=129574368/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=190452 memory=124248 CPUtime=3294.52 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 11352988 0 0 0 327072 2380 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 47613 31062 672 633 0 32895 0
[pid=22314/tid=22316] ppid=22311 vsize=190452 memory=124248 CPUtime=1168.06 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) S 22311 22314 22073 0 -1 4194368 20253 0 0 0 116651 155 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 3294.52 s
Current children cumulated vsize: 190452 KiB
Current children cumulated memory: 124248 KiB

[startup+2202.3 s]
/proc/loadavg: 6.53 6.79 6.62 7/268 22562
/proc/meminfo: memFree=129571172/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=190452 memory=124248 CPUtime=3378.23 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 11353112 0 0 0 335422 2401 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 47613 31062 672 633 0 32895 0
[pid=22314/tid=22316] ppid=22311 vsize=190452 memory=124248 CPUtime=1192.1 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) R 22311 22314 22073 0 -1 4194368 20253 0 0 0 119051 159 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 3378.23 s
Current children cumulated vsize: 190452 KiB
Current children cumulated memory: 124248 KiB

[startup+2262.3 s]
/proc/loadavg: 6.50 6.72 6.61 6/267 22564
/proc/meminfo: memFree=129581928/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=190452 memory=124248 CPUtime=3461.53 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 11354557 0 0 0 343731 2422 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 47613 31062 672 633 0 32895 0
[pid=22314/tid=22316] ppid=22311 vsize=190452 memory=124248 CPUtime=1215.77 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) R 22311 22314 22073 0 -1 4194368 20475 0 0 0 121411 166 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 3461.53 s
Current children cumulated vsize: 190452 KiB
Current children cumulated memory: 124248 KiB

[startup+2322.3 s]
/proc/loadavg: 6.80 6.77 6.64 6/267 22566
/proc/meminfo: memFree=129582120/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=190452 memory=124248 CPUtime=3546.16 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 11354685 0 0 0 352173 2443 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 47613 31062 672 633 0 32895 0
[pid=22314/tid=22316] ppid=22311 vsize=190452 memory=7969824891239545453 CPUtime=1240.76 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) R 22311 22314 22073 0 -1 4194368 20475 0 0 0 123903 173 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 3546.16 s
Current children cumulated vsize: 190452 KiB
Current children cumulated memory: 124248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2360.11 s]
/proc/loadavg: 6.43 6.68 6.61 7/267 22705
/proc/meminfo: memFree=129877832/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=190452 memory=124248 CPUtime=3600.13 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 11354752 0 0 0 357561 2452 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 47613 31062 672 633 0 32895 0
[pid=22314/tid=22316] ppid=22311 vsize=190452 memory=11136 CPUtime=1257.17 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) R 22311 22314 22073 0 -1 4194368 20475 0 0 0 125542 175 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 190452 KiB
Current children cumulated memory: 124248 KiB

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

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

# cumulated CPU time of all completed processes:  user=3575.67 s, system=24.5293 s

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

[startup+2360.11 s]
/proc/loadavg: 6.43 6.68 6.61 7/267 22705
/proc/meminfo: memFree=129877832/131249996 swapFree=33010684/33010684
[pid=22314] ppid=22311 vsize=190452 memory=124248 CPUtime=3600.13 cores=1,3
/proc/22314/stat : 22314 (pb_competition_) R 22311 22314 22073 0 -1 4194304 11354752 0 0 0 357561 2452 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
/proc/22314/statm: 47613 31062 672 633 0 32895 0
[pid=22314/tid=22316] ppid=22311 vsize=190452 memory=11136 CPUtime=1257.17 cores=1,3
/proc/22314/task/22316/stat : 22316 (pb_competition_) R 22311 22314 22073 0 -1 4194368 20475 0 0 0 125542 175 0 0 20 0 2 0 34195823 195022848 31062 18446744073709551615 4198400 6788177 140730673263184 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 15257600 140730673264985 140730673265112 140730673265112 140730673270714 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 190452 KiB
Current children cumulated memory: 124248 KiB

Child status: 0

Real time (s): 2360.16
CPU time (s): 3600.2
CPU user time (s): 3575.67
CPU system time (s): 24.5293
CPU usage (%): 152.541
Max. virtual memory (cumulated for all children) (KiB): 190452
Max. memory (cumulated for all children) (KiB): 124248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3575.67
system time used= 24.5293
maximum resident set size= 124372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11355532
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= 146341
involuntary context switches= 61677


# summary of solver processes directly reported to runsolver:
#   pid: 22314
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3575.67
#   total CPU system time (s): 24.5293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.80492 second user time and 11.4651 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 10:19:32
IDJOB=4507082
IDBENCH=158322
IDSOLVER=3347
FILE ID=nodeC032/4507082-1751185172
RUNJOBID= nodeC032-1751182846-22085
SLURM_JOB_ID= 9587564
Free space on /tmp= 432052 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K150.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-4507082-1751185172/watcher-4507082-1751185172 -o /tmp/evaluation-result-4507082-1751185172/solver-4507082-1751185172 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751182846-22085 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1878756265 HOME/instance-4507082-1751185172.opb

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=1878756265

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129823620 kB
MemAvailable:   129461352 kB
Buffers:            3280 kB
Cached:           439208 kB
SwapCached:            0 kB
Active:           681548 kB
Inactive:         198284 kB
Active(anon):     455412 kB
Inactive(anon):        0 kB
Active(file):     226136 kB
Inactive(file):   198284 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6220 kB
Writeback:            24 kB
AnonPages:        438820 kB
Mapped:           110740 kB
Shmem:             18068 kB
KReclaimable:      86400 kB
Slab:             169708 kB
SReclaimable:      86400 kB
SUnreclaim:        83308 kB
KernelStack:        4320 kB
PageTables:         3696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     800900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432048 MiB
End job on nodeC032 at 2025-06-29 10:58:52