Trace number 4446291

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
NaPS-PB16 1.02b5? (TO) 3600.07 3610.41

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-172.opb
MD5SUM46f4146f739f9ce6c71981ef5aa732b8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark607.926
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
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 NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4446291-1721330555.opb
3600.06/3610.40	c 
3600.06/3610.40	c *** TERMINATED *** by signal 15
3600.06/3610.40	s UNKNOWN
3600.06/3610.40	c _____________________________________________________________________________
3600.06/3610.40	c 
3600.06/3610.40	c std/band forms        : 673748,1
3600.06/3610.40	c 2cl/3cl ITE-codings   : 738555,17
3600.06/3610.40	c BDD/srt/adr Max costs : 27,0,0
3600.06/3610.40	c BDDraw/bin/mul/srt/adr: 673749,0,0,0,0
3600.06/3610.40	c BDD nodes             : 4127009
3600.06/3610.40	c Es1/CC detections     : 0,0
3600.06/3610.40	c SAT/UNSAT calls       : 0,0
3600.06/3610.40	c regenrated variables  : 0
3600.06/3610.40	c restarts              : 0
3600.06/3610.40	c conflicts             : 0              (0 /sec)
3600.06/3610.40	c decisions             : 0              (0 /sec)
3600.06/3610.40	c propagations          : 0              (0 /sec)
3600.06/3610.40	c inspects              : 0              (0 /sec)
3600.06/3610.40	c CPU time (solving tm) : 3598 s        (3530 s)
3600.06/3610.40	c Time for Opt-base     : 0 s
3600.06/3610.40	c _____________________________________________________________________________

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: 63931 MiB (61230 MiB free)
  memory of node 1: 64510 MiB (61259 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446291-1721330555/watcher-4446291-1721330555 -o /tmp/evaluation-result-4446291-1721330555/solver-4446291-1721330555 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721330478-977020 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4446291-1721330555.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=977206, runsolver pid=977203

[startup+0.100102 s]*
/proc/loadavg: 3.43 1.89 1.81 5/262 977211
/proc/meminfo: memFree=125425916/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=9308 memory=4484 CPUtime=0.1 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 813 0 0 0 10 0 0 0 20 0 1 0 185214805 9531392 1121 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 2327 1121 405 379 0 1861 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 19240 KiB
Current children cumulated memory: 7244 KiB

[startup+0.205896 s]*
/proc/loadavg: 3.43 1.89 1.81 5/262 977211
/proc/meminfo: memFree=125422752/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=11936 memory=7292 CPUtime=0.2 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 1535 0 0 0 20 0 0 0 20 0 1 0 185214805 12222464 1823 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 2984 1823 405 379 0 2518 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 21868 KiB
Current children cumulated memory: 10052 KiB

[startup+0.305718 s]*
/proc/loadavg: 3.43 1.89 1.81 5/262 977211
/proc/meminfo: memFree=125419916/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=14440 memory=10228 CPUtime=0.3 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 2220 0 0 0 30 0 0 0 20 0 1 0 185214805 14786560 2557 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 3610 2557 405 379 0 3144 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 24372 KiB
Current children cumulated memory: 12988 KiB

[startup+0.700277 s]
/proc/loadavg: 3.43 1.89 1.81 5/262 977211
/proc/meminfo: memFree=125410312/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=23880 memory=22412 CPUtime=0.69 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 4854 0 0 0 68 1 0 0 20 0 1 0 185214805 24453120 5603 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 5970 5603 405 379 0 5504 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 33812 KiB
Current children cumulated memory: 25172 KiB

[startup+1.50028 s]
/proc/loadavg: 3.43 1.89 1.81 5/262 977211
/proc/meminfo: memFree=125394204/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=46256 memory=42384 CPUtime=1.48 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 10071 0 0 0 146 2 0 0 20 0 1 0 185214805 47366144 10596 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 11564 10596 405 379 0 11098 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 56188 KiB
Current children cumulated memory: 45144 KiB

[startup+3.10566 s]
/proc/loadavg: 3.47 1.93 1.83 5/262 977211
/proc/meminfo: memFree=125328128/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=90520 memory=87496 CPUtime=3.09 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 20866 0 0 0 305 4 0 0 20 0 1 0 185214805 92692480 21874 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 22630 21874 405 379 0 22164 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 100452 KiB
Current children cumulated memory: 90256 KiB

[startup+6.30026 s]
/proc/loadavg: 3.47 1.93 1.83 5/262 977213
/proc/meminfo: memFree=125267292/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=187512 memory=172424 CPUtime=6.27 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 38958 0 0 0 618 9 0 0 20 0 1 0 185214805 192012288 43106 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 46878 43106 405 379 0 46412 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 197444 KiB
Current children cumulated memory: 175184 KiB

[startup+12.7003 s]
/proc/loadavg: 3.52 1.96 1.84 5/262 977213
/proc/meminfo: memFree=125147220/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=351620 memory=340880 CPUtime=12.66 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 73587 0 0 0 1248 18 0 0 20 0 1 0 185214805 360058880 85220 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 87905 85220 405 379 0 87439 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 361552 KiB
Current children cumulated memory: 343640 KiB

[startup+25.5003 s]
/proc/loadavg: 3.69 2.08 1.88 5/262 977214
/proc/meminfo: memFree=124736400/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=747692 memory=684496 CPUtime=25.44 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 139365 0 0 0 2507 37 0 0 20 0 1 0 185214805 765636608 171124 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 186923 171124 405 379 0 186457 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 757624 KiB
Current children cumulated memory: 687256 KiB

[startup+51.1056 s]
/proc/loadavg: 3.94 2.27 1.95 5/261 977219
/proc/meminfo: memFree=124080348/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=1462432 memory=1368212 CPUtime=50.99 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 264257 0 0 0 5027 72 0 0 20 0 1 0 185214805 1497530368 342053 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 365608 342053 405 379 0 365142 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 1472364 KiB
Current children cumulated memory: 1370972 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 2.57 2.07 5/261 977230
/proc/meminfo: memFree=123422968/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=2151232 memory=1971456 CPUtime=102.06 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 311677 0 0 0 10111 95 0 0 20 0 1 0 185214805 2202861568 492864 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 537808 492864 421 379 0 537342 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 2161164 KiB
Current children cumulated memory: 1974216 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 2.85 2.20 5/263 977244
/proc/meminfo: memFree=123363324/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=2151232 memory=1989888 CPUtime=161.9 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 311827 0 0 0 16094 96 0 0 20 0 1 0 185214805 2202861568 497472 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 537808 497472 421 379 0 537342 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 2161164 KiB
Current children cumulated memory: 1992648 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 3.07 2.32 5/263 977638
/proc/meminfo: memFree=123336616/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=2151232 memory=2012416 CPUtime=221.74 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 311999 0 0 0 22076 98 0 0 20 0 1 0 185214805 2202861568 503104 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 537808 503104 421 379 0 537342 0
Current children cumulated CPU time: 221.74 s

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

/proc/977211/statm: 591539 553896 421 379 0 591073 0
Current children cumulated CPU time: 3033.58 s
Current children cumulated vsize: 2376088 KiB
Current children cumulated memory: 2218344 KiB

[startup+3102.3 s]
/proc/loadavg: 4.18 4.13 4.04 5/262 978968
/proc/meminfo: memFree=122914096/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=2155592 memory=2062092 CPUtime=3093.41 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 355823 0 0 0 309120 221 0 0 20 0 1 0 185214805 2207326208 515523 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 538898 515523 421 379 0 538432 0
Current children cumulated CPU time: 3093.41 s
Current children cumulated vsize: 2165524 KiB
Current children cumulated memory: 2064852 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.13 4.05 5/262 978978
/proc/meminfo: memFree=122735504/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=2155592 memory=2107148 CPUtime=3153.24 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 356683 0 0 0 315102 222 0 0 20 0 1 0 185214805 2207326208 526787 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 538898 526787 421 379 0 538432 0
Current children cumulated CPU time: 3153.24 s
Current children cumulated vsize: 2165524 KiB
Current children cumulated memory: 2109908 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.14 4.05 5/259 978989
/proc/meminfo: memFree=122826144/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=2371524 memory=2152472 CPUtime=3213.06 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 358069 0 0 0 321083 223 0 0 20 0 1 0 185214805 2428440576 538118 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 592881 538118 421 379 0 592415 0
Current children cumulated CPU time: 3213.06 s
Current children cumulated vsize: 2381456 KiB
Current children cumulated memory: 2155232 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.13 4.05 5/259 979000
/proc/meminfo: memFree=122682128/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=2373740 memory=2187024 CPUtime=3272.9 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 359155 0 0 0 327065 225 0 0 20 0 1 0 185214805 2430709760 546756 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 593435 546756 421 379 0 592969 0
Current children cumulated CPU time: 3272.9 s
Current children cumulated vsize: 2383672 KiB
Current children cumulated memory: 2189784 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.06 5/260 979011
/proc/meminfo: memFree=122810028/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=2158816 memory=2074804 CPUtime=3332.73 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 360583 0 0 0 333042 231 0 0 20 0 1 0 185214805 2210627584 518701 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 539704 518701 421 379 0 539238 0
Current children cumulated CPU time: 3332.73 s
Current children cumulated vsize: 2168748 KiB
Current children cumulated memory: 2077564 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.12 4.06 5/260 979021
/proc/meminfo: memFree=122847820/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=2158816 memory=2115764 CPUtime=3392.56 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 361387 0 0 0 339024 232 0 0 20 0 1 0 185214805 2210627584 528941 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 539704 528941 421 379 0 539238 0
Current children cumulated CPU time: 3392.56 s
Current children cumulated vsize: 2168748 KiB
Current children cumulated memory: 2118524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.13 4.07 5/260 979032
/proc/meminfo: memFree=122818824/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=2373908 memory=2158528 CPUtime=3452.38 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 362562 0 0 0 345006 232 0 0 20 0 1 0 185214805 2430881792 539632 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 593477 539632 421 379 0 593011 0
Current children cumulated CPU time: 3452.38 s
Current children cumulated vsize: 2383840 KiB
Current children cumulated memory: 2161288 KiB

[startup+3522.3 s]
/proc/loadavg: 4.44 4.21 4.10 5/262 979148
/proc/meminfo: memFree=123658368/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=2160036 memory=2030592 CPUtime=3512.21 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 364219 0 0 0 350983 238 0 0 20 0 1 0 185214805 2211876864 507648 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 540009 507648 421 379 0 539543 0
Current children cumulated CPU time: 3512.21 s
Current children cumulated vsize: 2169968 KiB
Current children cumulated memory: 2033352 KiB

[startup+3582.3 s]
/proc/loadavg: 4.36 4.22 4.10 5/262 979207
/proc/meminfo: memFree=123907252/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=2160036 memory=2089984 CPUtime=3572.03 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 365105 0 0 0 356964 239 0 0 20 0 1 0 185214805 2211876864 522496 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 540009 522496 421 379 0 539543 0
Current children cumulated CPU time: 3572.03 s
Current children cumulated vsize: 2169968 KiB
Current children cumulated memory: 2092744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.22 4.20 4.10 5/261 979212
/proc/meminfo: memFree=123851444/131524600 swapFree=130799128/131071996
[pid=977206] ppid=977203 vsize=9932 memory=2760 CPUtime=0 cores=5,7
/proc/977206/stat : 977206 (naps-1.02b5.sh) S 977203 977206 977007 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 185214805 10170368 690 134679101440 94408984829952 94408985909272 140722301452048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94408988007728 94408988054916 94408996392960 140722301453279 140722301453406 140722301453406 140722301460422 0
/proc/977206/statm: 2483 690 611 264 0 134 0
[pid=977211] ppid=977206 vsize=2160204 memory=2114692 CPUtime=3600.06 cores=5,7
/proc/977211/stat : 977211 (naps-1.02b5) R 977206 977206 977007 0 -1 4194304 365467 0 0 0 359766 240 0 0 20 0 1 0 185214805 2212048896 528673 134679101440 4194304 5746509 140736166066464 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 23236608 140736166069230 140736166069344 140736166069344 140736166076361 0
/proc/977211/statm: 540051 528673 421 379 0 539585 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2170136 KiB
Current children cumulated memory: 2117452 KiB

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

[startup+3610.41 s]
# the end of solver process 977206 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.001743 s, system=0.00121 s

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

# cumulated CPU time of all completed processes:  user=3597.66 s, system=2.41004 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 0

Real time (s): 3610.41
CPU time (s): 3600.07
CPU user time (s): 3597.66
CPU system time (s): 2.41004
CPU usage (%): 99.7138
Max. virtual memory (cumulated for all children) (KiB): 2728768
Max. memory (cumulated for all children) (KiB): 2473908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.66
system time used= 2.41004
maximum resident set size= 2471148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365929
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= 352
involuntary context switches= 3159


# summary of solver processes directly reported to runsolver:
#   pid: 977206,977211
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3597.66
#   total CPU system time (s): 2.41004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.05289 second user time and 19.5554 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-18 21:22:49
IDJOB=4446291
IDBENCH=155554
IDSOLVER=3065
FILE ID=nodeC014/4446291-1721330555
RUNJOBID= nodeC014-1721330478-977020
SLURM_JOB_ID= 7542707
Free space on /tmp= 889660 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-172.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446291-1721330555/watcher-4446291-1721330555 -o /tmp/evaluation-result-4446291-1721330555/solver-4446291-1721330555 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721330478-977020 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4446291-1721330555.opb

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

MD5SUM BENCH= 46f4146f739f9ce6c71981ef5aa732b8
RANDOM SEED=967443389

nodeC014.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		: 3684.720
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	: 6999.32
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		: 3670.933
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	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.253
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	: 7005.96
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		: 3684.249
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	: 6999.32
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.928
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	: 7005.96
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.154
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	: 6999.32
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		: 3600.798
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	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125429884 kB
MemAvailable:   129068988 kB
Buffers:          458156 kB
Cached:          3980560 kB
SwapCached:        12904 kB
Active:          1501744 kB
Inactive:        3996760 kB
Active(anon):       9332 kB
Inactive(anon):  1071036 kB
Active(file):    1492412 kB
Inactive(file):  2925724 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130799128 kB
Dirty:            312656 kB
Writeback:             0 kB
AnonPages:       1050908 kB
Mapped:            54456 kB
Shmem:             20580 kB
KReclaimable:     121232 kB
Slab:             219248 kB
SReclaimable:     121232 kB
SUnreclaim:        98016 kB
KernelStack:        4192 kB
PageTables:        11864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1780160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35168 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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:      232148 kB
DirectMap2M:    25755648 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 889716 MiB
End job on nodeC014 at 2024-07-18 22:23:00