Trace number 4446856

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
Exact 2024-07-05? (TO) 3600.87 3610.65

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

3600.81/3610.63	c Program interrupted by user.
3600.81/3610.63	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: 63968 MiB (61588 MiB free)
  memory of node 1: 64473 MiB (62764 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446856-1721344434/watcher-4446856-1721344434 -o /tmp/evaluation-result-4446856-1721344434/solver-4446856-1721344434 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721340837-978140 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1255786755 HOME/instance-4446856-1721344434.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=980078, runsolver pid=980075

[startup+0.100342 s]*
/proc/loadavg: 4.09 4.11 4.11 4/254 980093
/proc/meminfo: memFree=127306696/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=55260 memory=36324 CPUtime=0.09 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 7393 0 0 0 8 1 0 0 20 0 1 0 186610092 56586240 9081 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 13815 9081 932 1005 0 12578 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 55260 KiB
Current children cumulated memory: 36324 KiB

[startup+0.205539 s]*
/proc/loadavg: 4.09 4.11 4.11 4/254 980093
/proc/meminfo: memFree=127285020/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=77592 memory=58416 CPUtime=0.2 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 13092 0 0 0 18 2 0 0 20 0 1 0 186610092 79454208 14604 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 19398 14604 1092 1005 0 18161 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 77592 KiB
Current children cumulated memory: 58416 KiB

[startup+0.305427 s]*
/proc/loadavg: 4.09 4.11 4.11 5/252 980116
/proc/meminfo: memFree=127283456/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=81352 memory=60792 CPUtime=0.29 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 13689 0 0 0 27 2 0 0 20 0 1 0 186610092 83304448 15198 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 20338 15198 1092 1005 0 19101 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 81352 KiB
Current children cumulated memory: 60792 KiB

[startup+0.700219 s]
/proc/loadavg: 4.09 4.11 4.11 5/257 980125
/proc/meminfo: memFree=127242676/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=82484 memory=63148 CPUtime=0.68 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 14269 0 0 0 65 3 0 0 20 0 1 0 186610092 84463616 15787 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 20621 15787 1108 1005 0 19384 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 82484 KiB
Current children cumulated memory: 63148 KiB

[startup+1.50025 s]
/proc/loadavg: 4.09 4.11 4.11 5/257 980171
/proc/meminfo: memFree=127701368/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=85992 memory=70932 CPUtime=1.48 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 15195 0 0 0 145 3 0 0 20 0 1 0 186610092 88055808 17733 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 21498 17733 1108 1005 0 20261 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 85992 KiB
Current children cumulated memory: 70932 KiB

[startup+3.10551 s]
/proc/loadavg: 4.24 4.14 4.12 5/257 980217
/proc/meminfo: memFree=127983920/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=89692 memory=82788 CPUtime=3.09 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 16149 0 0 0 305 4 0 0 20 0 1 0 186610092 91844608 20697 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 22423 20697 1108 1005 0 21186 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 89692 KiB
Current children cumulated memory: 82788 KiB

[startup+6.30021 s]
/proc/loadavg: 4.24 4.14 4.12 5/258 980221
/proc/meminfo: memFree=127920320/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=108560 memory=99380 CPUtime=6.26 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 17948 0 0 0 622 4 0 0 20 0 1 0 186610092 111165440 24845 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 27140 24845 1124 1005 0 25903 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 108560 KiB
Current children cumulated memory: 99380 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.14 4.12 5/258 980221
/proc/meminfo: memFree=127861960/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=135400 memory=111168 CPUtime=12.65 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 19735 0 0 0 1257 8 0 0 20 0 1 0 186610092 138649600 27792 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 33850 27792 1124 1005 0 32613 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 135400 KiB
Current children cumulated memory: 111168 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.13 4.12 5/258 980224
/proc/meminfo: memFree=127830920/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=143228 memory=123544 CPUtime=25.41 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 21810 0 0 0 2531 10 0 0 20 0 1 0 186610092 146665472 30886 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 35807 30886 1124 1005 0 34570 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 143228 KiB
Current children cumulated memory: 123544 KiB

[startup+51.1056 s]
/proc/loadavg: 4.19 4.13 4.12 5/258 980227
/proc/meminfo: memFree=127795332/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=151032 memory=132120 CPUtime=50.94 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 24010 0 0 0 5082 12 0 0 20 0 1 0 186610092 154656768 33030 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 37758 33030 1124 1005 0 36521 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 151032 KiB
Current children cumulated memory: 132120 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.13 4.11 5/258 980236
/proc/meminfo: memFree=127734564/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=207376 memory=165804 CPUtime=102.01 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 28893 0 0 0 10178 23 0 0 20 0 1 0 186610092 212353024 41451 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 51844 41451 1140 1005 0 50607 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 207376 KiB
Current children cumulated memory: 165804 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.12 4.11 5/255 980246
/proc/meminfo: memFree=127668016/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=214784 memory=173364 CPUtime=161.85 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 30919 0 0 0 16150 35 0 0 20 0 1 0 186610092 219938816 43341 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 53696 43341 1140 1005 0 52459 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 214784 KiB
Current children cumulated memory: 173364 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.13 4.11 5/255 980258
/proc/meminfo: memFree=127635932/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=223952 memory=182536 CPUtime=221.69 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 33293 0 0 0 22134 35 0 0 20 0 1 0 186610092 229326848 45634 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 55988 45634 1140 1005 0 54751 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 223952 KiB
Current children cumulated memory: 182536 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/255 980268
/proc/meminfo: memFree=127508400/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=309700 memory=298912 CPUtime=281.55 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 37015 0 0 0 28103 52 0 0 20 0 1 0 186610092 317132800 74728 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 77425 74728 1140 1005 0 76188 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 309700 KiB
Current children cumulated memory: 298912 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.12 4.10 5/254 980278
/proc/meminfo: memFree=127497056/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=309700 memory=298912 CPUtime=341.4 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 37024 0 0 0 34076 64 0 0 20 0 1 0 186610092 317132800 74728 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 77425 74728 1140 1005 0 76188 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 309700 KiB
Current children cumulated memory: 298912 KiB

[startup+402.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/257 980293
/proc/meminfo: memFree=127484868/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=312840 memory=302120 CPUtime=401.24 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 37856 0 0 0 40060 64 0 0 20 0 1 0 186610092 320348160 75530 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 78210 75530 1140 1005 0 76973 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 312840 KiB
Current children cumulated memory: 302120 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/257 980304
/proc/meminfo: memFree=127465608/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=316096 memory=305244 CPUtime=461.11 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 38702 0 0 0 46030 81 0 0 20 0 1 0 186610092 323682304 76311 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 79024 76311 1140 1005 0 77787 0

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

Current children cumulated memory: 469960 KiB

[startup+2982.3 s]
/proc/loadavg: 4.17 4.12 4.09 5/258 981937
/proc/meminfo: memFree=126839980/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=506908 memory=470984 CPUtime=2974.31 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 59219 0 0 0 297144 287 0 0 20 0 1 0 186610092 519073792 117746 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 126727 117746 1140 1005 0 125490 0
Current children cumulated CPU time: 2974.31 s
Current children cumulated vsize: 506908 KiB
Current children cumulated memory: 470984 KiB

[startup+3042.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/256 981950
/proc/meminfo: memFree=126835784/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=509136 memory=473472 CPUtime=3034.17 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 59961 0 0 0 303130 287 0 0 20 0 1 0 186610092 521355264 118368 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 127284 118368 1140 1005 0 126047 0
Current children cumulated CPU time: 3034.17 s
Current children cumulated vsize: 509136 KiB
Current children cumulated memory: 473472 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/255 981961
/proc/meminfo: memFree=126834500/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=511536 memory=473868 CPUtime=3094.02 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 60129 0 0 0 309105 297 0 0 20 0 1 0 186610092 523812864 118467 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 127884 118467 1140 1005 0 126647 0
Current children cumulated CPU time: 3094.02 s
Current children cumulated vsize: 511536 KiB
Current children cumulated memory: 473868 KiB

[startup+3162.3 s]
/proc/loadavg: 4.61 4.23 4.13 5/255 981971
/proc/meminfo: memFree=126832808/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=511680 memory=473968 CPUtime=3153.83 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 60363 0 0 0 315077 306 0 0 20 0 1 0 186610092 523960320 118492 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 127920 118492 1140 1005 0 126683 0
Current children cumulated CPU time: 3153.83 s
Current children cumulated vsize: 511680 KiB
Current children cumulated memory: 473968 KiB

[startup+3222.3 s]
/proc/loadavg: 4.31 4.22 4.13 5/255 981982
/proc/meminfo: memFree=126818312/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=524784 memory=486384 CPUtime=3213.64 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 63067 0 0 0 321058 306 0 0 20 0 1 0 186610092 537378816 121596 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 131196 121596 1140 1005 0 129959 0
Current children cumulated CPU time: 3213.64 s
Current children cumulated vsize: 524784 KiB
Current children cumulated memory: 486384 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.21 4.13 5/255 981992
/proc/meminfo: memFree=126815732/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=524784 memory=486384 CPUtime=3273.44 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 63193 0 0 0 327038 306 0 0 20 0 1 0 186610092 537378816 121596 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 131196 121596 1140 1005 0 129959 0
Current children cumulated CPU time: 3273.44 s
Current children cumulated vsize: 524784 KiB
Current children cumulated memory: 486384 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.18 4.12 5/255 982002
/proc/meminfo: memFree=126815408/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=524784 memory=486384 CPUtime=3333.27 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 63239 0 0 0 333006 321 0 0 20 0 1 0 186610092 537378816 121596 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 131196 121596 1140 1005 0 129959 0
Current children cumulated CPU time: 3333.27 s
Current children cumulated vsize: 524784 KiB
Current children cumulated memory: 486384 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.16 4.12 5/257 982017
/proc/meminfo: memFree=126812872/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=526740 memory=488340 CPUtime=3393.08 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 63961 0 0 0 338984 324 0 0 20 0 1 0 186610092 539381760 122085 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 131685 122085 1140 1005 0 130448 0
Current children cumulated CPU time: 3393.08 s
Current children cumulated vsize: 526740 KiB
Current children cumulated memory: 488340 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.19 4.13 5/257 982028
/proc/meminfo: memFree=126811860/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=526740 memory=488728 CPUtime=3452.88 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 64095 0 0 0 344964 324 0 0 20 0 1 0 186610092 539381760 122182 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 131685 122182 1140 1005 0 130448 0
Current children cumulated CPU time: 3452.88 s
Current children cumulated vsize: 526740 KiB
Current children cumulated memory: 488728 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.17 4.12 5/257 982038
/proc/meminfo: memFree=126790944/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=526740 memory=491456 CPUtime=3512.73 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 64232 0 0 0 350949 324 0 0 20 0 1 0 186610092 539381760 122864 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 131685 122864 1140 1005 0 130448 0
Current children cumulated CPU time: 3512.73 s
Current children cumulated vsize: 526740 KiB
Current children cumulated memory: 491456 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.17 4.12 5/258 982050
/proc/meminfo: memFree=126789040/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=526740 memory=491456 CPUtime=3572.59 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 64381 0 0 0 356921 338 0 0 20 0 1 0 186610092 539381760 122864 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 131685 122864 1140 1005 0 130448 0
Current children cumulated CPU time: 3572.59 s
Current children cumulated vsize: 526740 KiB
Current children cumulated memory: 491456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.10 4.15 4.12 5/258 982057
/proc/meminfo: memFree=126788700/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=526740 memory=491456 CPUtime=3600.02 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 64391 0 0 0 359664 338 0 0 20 0 1 0 186610092 539381760 122864 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 131685 122864 1140 1005 0 130448 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 526740 KiB
Current children cumulated memory: 491456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.48 s, system=3.38685 s

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

[startup+3610.4 s]
/proc/loadavg: 4.10 4.15 4.12 4/256 982057
/proc/meminfo: memFree=126922396/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=526740 memory=491456 CPUtime=3600.61 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 64392 0 0 0 359723 338 0 0 20 0 1 0 186610092 539381760 122864 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 131685 122864 1140 1005 0 130448 0
Current children cumulated CPU time: 3600.61 s
Current children cumulated vsize: 526740 KiB
Current children cumulated memory: 491456 KiB

[startup+3610.6 s]
/proc/loadavg: 4.10 4.15 4.12 4/256 982057
/proc/meminfo: memFree=126922396/131524600 swapFree=131071996/131071996
[pid=980078] ppid=980075 vsize=526740 memory=491456 CPUtime=3600.81 cores=5,7
/proc/980078/stat : 980078 (Exact) R 980075 980078 978127 0 -1 4194304 64392 0 0 0 359743 338 0 0 20 0 1 0 186610092 539381760 122864 134679101440 4194304 8309489 140728094584560 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 44785664 140728094589885 140728094590055 140728094590055 140728094597071 0
/proc/980078/statm: 131685 122864 1140 1005 0 130448 0
Current children cumulated CPU time: 3600.81 s
Current children cumulated vsize: 526740 KiB
Current children cumulated memory: 491456 KiB

Child status: 0

Real time (s): 3610.65
CPU time (s): 3600.87
CPU user time (s): 3597.48
CPU system time (s): 3.38685
CPU usage (%): 99.7293
Max. virtual memory (cumulated for all children) (KiB): 656332
Max. memory (cumulated for all children) (KiB): 491456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.48
system time used= 3.38685
maximum resident set size= 530868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64399
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= 77
involuntary context switches= 1610


# summary of solver processes directly reported to runsolver:
#   pid: 980078
#   total CPU time (s): 3600.87
#   total CPU user time (s): 3597.48
#   total CPU system time (s): 3.38685

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.98381 second user time and 15.2746 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-19 01:14:07
IDJOB=4446856
IDBENCH=158322
IDSOLVER=3060
FILE ID=nodeC027/4446856-1721344434
RUNJOBID= nodeC027-1721340837-978140
SLURM_JOB_ID= 7542727
Free space on /tmp= 890060 MiB

SOLVER NAME= Exact 2024-07-05
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K150.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446856-1721344434/watcher-4446856-1721344434 -o /tmp/evaluation-result-4446856-1721344434/solver-4446856-1721344434 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721340837-978140 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1255786755 HOME/instance-4446856-1721344434.opb

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=1255786755

nodeC027.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3676.781
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.36
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		: 3665.543
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.29
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		: 3600.451
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.36
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		: 3005.688
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.29
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		: 3676.793
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.36
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		: 3594.731
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.29
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		: 3600.538
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.36
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		: 3679.390
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127338776 kB
MemAvailable:   128875180 kB
Buffers:          498072 kB
Cached:          1869760 kB
SwapCached:            0 kB
Active:           927108 kB
Inactive:        2639928 kB
Active(anon):       1552 kB
Inactive(anon):  1235364 kB
Active(file):     925556 kB
Inactive(file):  1404564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6932 kB
Writeback:             0 kB
AnonPages:       1197244 kB
Mapped:           115820 kB
Shmem:             37720 kB
KReclaimable:      92216 kB
Slab:             203024 kB
SReclaimable:      92216 kB
SUnreclaim:       110808 kB
KernelStack:        4144 kB
PageTables:        11884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1535712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68352 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1163264 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC027 at 2024-07-19 02:14:18