Trace number 4450151

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.09 3610.2

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
MD5SUMc7ad59296e2e055fc86df3342558d493
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 variables4329
Total number of constraints10136
Number of constraints which are clauses4785
Number of constraints which are cardinality constraints (but not clauses)5351
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
Number of bits of the biggest sum of numbers3
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-4450151-1721406726.opb
3600.08/3610.20	c 
3600.08/3610.20	c *** TERMINATED *** by signal 15
3600.08/3610.20	s UNKNOWN
3600.08/3610.20	c _____________________________________________________________________________
3600.08/3610.20	c 
3600.08/3610.20	c std/band forms        : 5351,0
3600.08/3610.20	c 2cl/3cl ITE-codings   : 2922,0
3600.08/3610.20	c BDD/srt/adr Max costs : 3,0,0
3600.08/3610.20	c BDDraw/bin/mul/srt/adr: 5351,0,0,0,0
3600.08/3610.20	c BDD nodes             : 21404
3600.08/3610.20	c Es1/CC detections     : 0,0
3600.08/3610.20	c SAT/UNSAT calls       : 0,0
3600.08/3610.20	c regenrated variables  : 0
3600.08/3610.20	c restarts              : 0
3600.08/3610.20	c conflicts             : 0              (0 /sec)
3600.08/3610.20	c decisions             : 0              (0 /sec)
3600.08/3610.20	c propagations          : 0              (0 /sec)
3600.08/3610.20	c inspects              : 0              (0 /sec)
3600.08/3610.20	c CPU time (solving tm) : 3599 s        (3599 s)
3600.08/3610.20	c Time for Opt-base     : 0 s
3600.08/3610.20	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: 63968 MiB (62526 MiB free)
  memory of node 1: 64473 MiB (63244 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450151-1721406726/watcher-4450151-1721406726 -o /tmp/evaluation-result-4450151-1721406726/solver-4450151-1721406726 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721403128-1019520 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4450151-1721406726.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
solver pid=1021833, runsolver pid=1021830
Current StackSize limit: 8192 KiB


[startup+0.10052 s]*
/proc/loadavg: 4.17 4.11 4.09 5/261 1021838
/proc/meminfo: memFree=128780940/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=12968 memory=7908 CPUtime=0.09 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 1728 0 0 0 9 0 0 0 20 0 1 0 192838787 13279232 1977 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 3242 1977 405 379 0 2776 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 22900 KiB
Current children cumulated memory: 10664 KiB

[startup+0.206533 s]*
/proc/loadavg: 4.17 4.11 4.09 5/261 1021838
/proc/meminfo: memFree=128777548/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=12972 memory=11364 CPUtime=0.19 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 2809 0 0 0 19 0 0 0 20 0 1 0 192838787 13283328 2841 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 3243 2841 421 379 0 2777 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 22904 KiB
Current children cumulated memory: 14120 KiB

[startup+0.306519 s]*
/proc/loadavg: 4.17 4.11 4.09 5/261 1021838
/proc/meminfo: memFree=128777200/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=13988 memory=11628 CPUtime=0.28 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 2865 0 0 0 28 0 0 0 20 0 1 0 192838787 14323712 2907 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 3497 2907 421 379 0 3031 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 23920 KiB
Current children cumulated memory: 14384 KiB

[startup+0.700211 s]
/proc/loadavg: 4.17 4.11 4.09 5/261 1021838
/proc/meminfo: memFree=128775528/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=14620 memory=12948 CPUtime=0.66 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 3203 0 0 0 66 0 0 0 20 0 1 0 192838787 14970880 3237 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 3655 3237 421 379 0 3189 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 24552 KiB
Current children cumulated memory: 15704 KiB

[startup+1.50022 s]
/proc/loadavg: 4.17 4.11 4.09 4/257 1021852
/proc/meminfo: memFree=128779156/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=19352 memory=17104 CPUtime=1.45 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 3757 0 0 0 145 0 0 0 20 0 1 0 192838787 19816448 4276 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 4838 4276 421 379 0 4372 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 29284 KiB
Current children cumulated memory: 19860 KiB

[startup+3.1055 s]
/proc/loadavg: 4.23 4.13 4.10 6/258 1021888
/proc/meminfo: memFree=128944020/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=20060 memory=18420 CPUtime=3.05 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 4063 0 0 0 305 0 0 0 20 0 1 0 192838787 20541440 4605 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 5015 4605 421 379 0 4549 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 29992 KiB
Current children cumulated memory: 21176 KiB

[startup+6.30022 s]
/proc/loadavg: 4.23 4.13 4.10 5/261 1021988
/proc/meminfo: memFree=128908028/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=27132 memory=25596 CPUtime=6.25 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 4712 0 0 0 624 1 0 0 20 0 1 0 192838787 27783168 6399 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 6783 6399 421 379 0 6317 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 37064 KiB
Current children cumulated memory: 28352 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 4.12 4.10 5/261 1021990
/proc/meminfo: memFree=128880984/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=42396 memory=33804 CPUtime=12.63 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 5658 0 0 0 1262 1 0 0 20 0 1 0 192838787 43413504 8451 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 10599 8451 421 379 0 10133 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 52328 KiB
Current children cumulated memory: 36560 KiB

[startup+25.5003 s]
/proc/loadavg: 4.24 4.13 4.10 5/261 1021991
/proc/meminfo: memFree=128838872/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=46860 memory=45336 CPUtime=25.39 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 6465 0 0 0 2538 1 0 0 20 0 1 0 192838787 47984640 11334 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 11715 11334 421 379 0 11249 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 56792 KiB
Current children cumulated memory: 48092 KiB

[startup+51.1059 s]
/proc/loadavg: 4.16 4.12 4.10 5/260 1021996
/proc/meminfo: memFree=128771444/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=66324 memory=64936 CPUtime=50.93 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 6970 0 0 0 5091 2 0 0 20 0 1 0 192838787 67915776 16234 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 16581 16234 421 379 0 16115 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 76256 KiB
Current children cumulated memory: 67692 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/260 1022005
/proc/meminfo: memFree=128726812/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=85176 memory=78500 CPUtime=101.98 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 7361 0 0 0 10196 2 0 0 20 0 1 0 192838787 87220224 19625 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 21294 19625 421 379 0 20828 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 95108 KiB
Current children cumulated memory: 81256 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/260 1022016
/proc/meminfo: memFree=128668404/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=98908 memory=95608 CPUtime=161.82 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 7956 0 0 0 16179 3 0 0 20 0 1 0 192838787 101281792 23902 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 24727 23902 421 379 0 24261 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 108840 KiB
Current children cumulated memory: 98364 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/258 1022027
/proc/meminfo: memFree=128662088/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=98908 memory=97656 CPUtime=221.66 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 7999 0 0 0 22163 3 0 0 20 0 1 0 192838787 101281792 24414 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 24727 24414 421 379 0 24261 0
Current children cumulated CPU time: 221.66 s

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

/proc/loadavg: 4.12 4.12 4.14 5/260 1023620
/proc/meminfo: memFree=128449116/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=229396 memory=203988 CPUtime=3033.83 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 41891 0 0 0 303307 76 0 0 20 0 1 0 192838787 234901504 50997 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 57349 50997 421 379 0 56883 0
Current children cumulated CPU time: 3033.83 s
Current children cumulated vsize: 239328 KiB
Current children cumulated memory: 206744 KiB

[startup+3102.3 s]
/proc/loadavg: 4.04 4.10 4.13 5/260 1023631
/proc/meminfo: memFree=128445196/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=149256 memory=148004 CPUtime=3093.65 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 42122 0 0 0 309289 76 0 0 20 0 1 0 192838787 152838144 37001 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 37314 37001 421 379 0 36848 0
Current children cumulated CPU time: 3093.65 s
Current children cumulated vsize: 159188 KiB
Current children cumulated memory: 150760 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.12 4.13 5/260 1023643
/proc/meminfo: memFree=128527636/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=229396 memory=210296 CPUtime=3153.49 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 42934 0 0 0 315271 78 0 0 20 0 1 0 192838787 234901504 52574 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 57349 52574 421 379 0 56883 0
Current children cumulated CPU time: 3153.49 s
Current children cumulated vsize: 239328 KiB
Current children cumulated memory: 213052 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.11 4.13 5/260 1024037
/proc/meminfo: memFree=128387608/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=198576 memory=193580 CPUtime=3213.31 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 43690 0 0 0 321251 80 0 0 20 0 1 0 192838787 203341824 48395 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 49644 48395 421 379 0 49178 0
Current children cumulated CPU time: 3213.31 s
Current children cumulated vsize: 208508 KiB
Current children cumulated memory: 196336 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.12 5/260 1024047
/proc/meminfo: memFree=128448248/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=229396 memory=220536 CPUtime=3273.14 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 44345 0 0 0 327233 81 0 0 20 0 1 0 192838787 234901504 55134 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 57349 55134 421 379 0 56883 0
Current children cumulated CPU time: 3273.14 s
Current children cumulated vsize: 239328 KiB
Current children cumulated memory: 223292 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/260 1024058
/proc/meminfo: memFree=128364760/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=230464 memory=200960 CPUtime=3332.96 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 46115 0 0 0 333214 82 0 0 20 0 1 0 192838787 235995136 50240 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 57616 50240 421 379 0 57150 0
Current children cumulated CPU time: 3332.96 s
Current children cumulated vsize: 240396 KiB
Current children cumulated memory: 203716 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.12 5/260 1024237
/proc/meminfo: memFree=128447336/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=230464 memory=223652 CPUtime=3392.79 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 46191 0 0 0 339196 83 0 0 20 0 1 0 192838787 235995136 55913 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 57616 55913 421 379 0 57150 0
Current children cumulated CPU time: 3392.79 s
Current children cumulated vsize: 240396 KiB
Current children cumulated memory: 226408 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.12 4.12 5/260 1024247
/proc/meminfo: memFree=128353104/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=237000 memory=211592 CPUtime=3452.62 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 48462 0 0 0 345176 86 0 0 20 0 1 0 192838787 242688000 52898 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 59250 52898 421 379 0 58784 0
Current children cumulated CPU time: 3452.62 s
Current children cumulated vsize: 246932 KiB
Current children cumulated memory: 214348 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.11 5/261 1024317
/proc/meminfo: memFree=128402572/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=237000 memory=234776 CPUtime=3512.44 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 48733 0 0 0 351158 86 0 0 20 0 1 0 192838787 242688000 58694 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 59250 58694 421 379 0 58784 0
Current children cumulated CPU time: 3512.44 s
Current children cumulated vsize: 246932 KiB
Current children cumulated memory: 237532 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.12 4.11 5/261 1024327
/proc/meminfo: memFree=128348828/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=219528 memory=216644 CPUtime=3572.27 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 50409 0 0 0 357139 88 0 0 20 0 1 0 192838787 224796672 54161 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 54882 54161 421 379 0 54416 0
Current children cumulated CPU time: 3572.27 s
Current children cumulated vsize: 229460 KiB
Current children cumulated memory: 219400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 4.15 4.12 4.11 5/261 1024333
/proc/meminfo: memFree=128345924/131524600 swapFree=131071996/131071996
[pid=1021833] ppid=1021830 vsize=9932 memory=2756 CPUtime=0 cores=5,7
/proc/1021833/stat : 1021833 (naps-1.02b5.sh) S 1021830 1021833 1017486 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 192838787 10170368 689 134679101440 94569892794368 94569893873688 140722112821120 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94569895972144 94569896019332 94569899597824 140722112828382 140722112828509 140722112828509 140722112835526 0
/proc/1021833/statm: 2483 689 613 264 0 134 0
[pid=1021838] ppid=1021833 vsize=250348 memory=231080 CPUtime=3600.08 cores=5,7
/proc/1021838/stat : 1021838 (naps-1.02b5) R 1021833 1021833 1017486 0 -1 4194304 50996 0 0 0 359920 88 0 0 20 0 1 0 192838787 256356352 57770 134679101440 4194304 5746509 140736745778320 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35987456 140736745780205 140736745780319 140736745780319 140736745787337 0
/proc/1021838/statm: 62587 57770 421 379 0 62121 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 260280 KiB
Current children cumulated memory: 233836 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.21 s, system=0.88673 s

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

Child status: 0

Real time (s): 3610.2
CPU time (s): 3600.09
CPU user time (s): 3599.21
CPU system time (s): 0.88673
CPU usage (%): 99.72
Max. virtual memory (cumulated for all children) (KiB): 310368
Max. memory (cumulated for all children) (KiB): 254428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.21
system time used= 0.88673
maximum resident set size= 251936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51474
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= 67
involuntary context switches= 2817


# summary of solver processes directly reported to runsolver:
#   pid: 1021833
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.21
#   total CPU system time (s): 0.88673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.61758 second user time and 19.3484 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 18:32:19
IDJOB=4450151
IDBENCH=160408
IDSOLVER=3065
FILE ID=nodeC026/4450151-1721406726
RUNJOBID= nodeC026-1721403128-1019520
SLURM_JOB_ID= 7545449
Free space on /tmp= 890072 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l080-r079-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450151-1721406726/watcher-4450151-1721406726 -o /tmp/evaluation-result-4450151-1721406726/solver-4450151-1721406726 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721403128-1019520 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4450151-1721406726.opb

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

MD5SUM BENCH= c7ad59296e2e055fc86df3342558d493
RANDOM SEED=1040821543

nodeC026.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		: 3658.677
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.74
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		: 3662.408
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.45
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.272
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.74
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		: 3599.903
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.45
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		: 3658.658
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.74
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		: 3641.666
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.45
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.901
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.74
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		: 3650.539
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128789624 kB
MemAvailable:   129350212 kB
Buffers:          559224 kB
Cached:           848392 kB
SwapCached:            0 kB
Active:          1072444 kB
Inactive:        1054892 kB
Active(anon):       1588 kB
Inactive(anon):   764036 kB
Active(file):    1070856 kB
Inactive(file):   290856 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8948 kB
Writeback:             0 kB
AnonPages:        716744 kB
Mapped:           112064 kB
Shmem:             45912 kB
KReclaimable:      77396 kB
Slab:             187224 kB
SReclaimable:      77396 kB
SUnreclaim:       109828 kB
KernelStack:        4192 kB
PageTables:        10752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1115784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    524288 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC026 at 2024-07-19 19:32:29