Trace number 4427212

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.26 3610.16

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-18reduc_wcsp.wbo
MD5SUM85c9e899b779dcafda2f7e25c2fdc65d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1758
Total number of constraints105203
Number of soft constraints105121
Number of constraints which are clauses105121
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 36645766
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
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-4427212-1720906709.wbo
3600.09/3610.00	c 
3600.09/3610.00	c *** TERMINATED *** by signal 15
3600.09/3610.00	s UNKNOWN
3600.09/3610.00	c _____________________________________________________________________________
3600.09/3610.00	c 
3600.09/3610.00	c std/band forms        : 83,0
3600.09/3610.00	c 2cl/3cl ITE-codings   : 1594,0
3600.09/3610.00	c BDD/srt/adr Max costs : 49,35676298,0
3600.09/3610.00	c BDDraw/bin/mul/srt/adr: 82,0,0,1,0
3600.09/3610.00	c BDD nodes             : 3352
3600.09/3610.00	c Es1/CC detections     : 0,0
3600.09/3610.00	c SAT/UNSAT calls       : 0,0
3600.09/3610.00	c regenrated variables  : 0
3600.09/3610.00	c restarts              : 0
3600.09/3610.00	c conflicts             : 0              (0 /sec)
3600.09/3610.00	c decisions             : 0              (0 /sec)
3600.09/3610.00	c propagations          : 0              (0 /sec)
3600.09/3610.00	c inspects              : 0              (0 /sec)
3600.09/3610.00	c CPU time (solving tm) : 3591 s        (3540 s)
3600.09/3610.00	c Time for Opt-base     : 10.91 s
3600.09/3610.00	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 (62477 MiB free)
  memory of node 1: 64473 MiB (62830 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4427212-1720906709/watcher-4427212-1720906709 -o /tmp/evaluation-result-4427212-1720906709/solver-4427212-1720906709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1720905577-729967 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4427212-1720906709.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=731160, runsolver pid=731157
Current StackSize limit: 8192 KiB


[startup+0.101015 s]*
/proc/loadavg: 4.08 4.07 4.00 6/258 731165
/proc/meminfo: memFree=128305112/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=13880 memory=8744 CPUtime=0.09 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1939 0 0 0 9 0 0 0 20 0 1 0 142841778 14213120 2186 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 3470 2186 405 379 0 3004 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23812 KiB
Current children cumulated memory: 11352 KiB

[startup+0.206032 s]*
/proc/loadavg: 4.08 4.07 4.00 5/258 731165
/proc/meminfo: memFree=128298400/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=20464 memory=15312 CPUtime=0.19 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 3636 0 0 0 19 0 0 0 20 0 1 0 142841778 20955136 3828 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 5116 3828 405 379 0 4650 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 30396 KiB
Current children cumulated memory: 17920 KiB

[startup+0.306031 s]*
/proc/loadavg: 4.08 4.07 4.00 5/258 731165
/proc/meminfo: memFree=128289912/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=27396 memory=23652 CPUtime=0.28 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 5380 0 0 0 28 0 0 0 20 0 1 0 142841778 28053504 5913 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 6849 5913 405 379 0 6383 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 37328 KiB
Current children cumulated memory: 26260 KiB

[startup+0.701028 s]
/proc/loadavg: 4.08 4.07 4.00 5/258 731165
/proc/meminfo: memFree=128276244/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=52040 memory=45744 CPUtime=0.66 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 11312 0 0 0 65 1 0 0 20 0 1 0 142841778 53288960 11436 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 13010 11436 405 379 0 12544 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 61972 KiB
Current children cumulated memory: 48352 KiB

[startup+1.50103 s]
/proc/loadavg: 4.08 4.07 4.00 5/258 731165
/proc/meminfo: memFree=128194780/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=120464 memory=114412 CPUtime=1.45 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 27721 0 0 0 142 3 0 0 20 0 1 0 142841778 123355136 28603 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 30116 28603 421 379 0 29650 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 130396 KiB
Current children cumulated memory: 117020 KiB

[startup+3.10603 s]
/proc/loadavg: 4.07 4.07 4.00 5/258 731165
/proc/meminfo: memFree=128335308/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=120464 memory=114412 CPUtime=3.03 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 27722 0 0 0 300 3 0 0 20 0 1 0 142841778 123355136 28603 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 30116 28603 421 379 0 29650 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 130396 KiB
Current children cumulated memory: 117020 KiB

[startup+6.30025 s]
/proc/loadavg: 4.07 4.07 4.00 5/258 731165
/proc/meminfo: memFree=128376348/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=120464 memory=114412 CPUtime=6.22 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 27723 0 0 0 619 3 0 0 20 0 1 0 142841778 123355136 28603 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 30116 28603 421 379 0 29650 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 130396 KiB
Current children cumulated memory: 117020 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.07 4.00 5/258 731167
/proc/meminfo: memFree=128300212/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=333852 memory=319284 CPUtime=12.6 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 44443 0 0 0 1251 9 0 0 20 0 1 0 142841778 341864448 79821 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 83463 79821 421 379 0 82997 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 343784 KiB
Current children cumulated memory: 321892 KiB

[startup+25.5003 s]
/proc/loadavg: 4.05 4.06 4.00 5/258 731168
/proc/meminfo: memFree=126157648/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=2314736 memory=2206216 CPUtime=25.37 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 253276 0 0 0 2467 70 0 0 20 0 1 0 142841778 2370289664 551554 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 578684 551554 421 379 0 578218 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 2324668 KiB
Current children cumulated memory: 2208824 KiB

[startup+51.1059 s]
/proc/loadavg: 4.11 4.07 4.00 5/258 731173
/proc/meminfo: memFree=117275972/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=12847628 memory=10960692 CPUtime=50.92 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 856965 0 0 0 4799 293 0 0 20 0 1 0 142841778 13155971072 2740173 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 3211907 2740173 421 379 0 3211441 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 12857560 KiB
Current children cumulated memory: 10963300 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.09 4.01 5/260 731186
/proc/meminfo: memFree=112657876/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=17221948 memory=15740356 CPUtime=101.96 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1288236 0 0 0 9753 443 0 0 20 0 1 0 142841778 17635274752 3935089 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 4305487 3935089 421 379 0 4305021 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 17231880 KiB
Current children cumulated memory: 15742964 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.09 4.01 5/260 731197
/proc/meminfo: memFree=111932428/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=18274688 memory=16148084 CPUtime=161.79 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1445507 0 0 0 15650 529 0 0 20 0 1 0 142841778 18713280512 4037021 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 4568672 4037021 421 379 0 4568206 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 18284620 KiB
Current children cumulated memory: 16150692 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/260 731209
/proc/meminfo: memFree=111272264/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=19426604 memory=17049556 CPUtime=221.62 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1504252 0 0 0 21601 561 0 0 20 0 1 0 142841778 19892842496 4262389 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 4856651 4262389 421 379 0 4856185 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 19436536 KiB

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

[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=18553332 memory=16690600 CPUtime=3093.76 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1733150 0 0 0 308537 839 0 0 20 0 1 0 142841778 18998611968 4172650 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 4638333 4172650 421 379 0 4637867 0
Current children cumulated CPU time: 3093.76 s
Current children cumulated vsize: 18563264 KiB
Current children cumulated memory: 16693208 KiB

[startup+3162.3 s]
/proc/loadavg: 2.12 2.65 3.40 3/249 733920
/proc/meminfo: memFree=111711592/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=18553332 memory=16692648 CPUtime=3153.6 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1739159 0 0 0 314516 844 0 0 20 0 1 0 142841778 18998611968 4173162 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 4638333 4173162 421 379 0 4637867 0
Current children cumulated CPU time: 3153.6 s
Current children cumulated vsize: 18563264 KiB
Current children cumulated memory: 16695256 KiB

[startup+3222.3 s]
/proc/loadavg: 2.09 2.55 3.32 3/248 733931
/proc/meminfo: memFree=111731092/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=18553332 memory=16692648 CPUtime=3213.42 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1745240 0 0 0 320495 847 0 0 20 0 1 0 142841778 18998611968 4173162 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 4638333 4173162 421 379 0 4637867 0
Current children cumulated CPU time: 3213.42 s
Current children cumulated vsize: 18563264 KiB
Current children cumulated memory: 16695256 KiB

[startup+3282.3 s]
/proc/loadavg: 2.07 2.46 3.24 3/248 733941
/proc/meminfo: memFree=111724340/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=18553332 memory=16694696 CPUtime=3273.26 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1751755 0 0 0 326475 851 0 0 20 0 1 0 142841778 18998611968 4173674 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 4638333 4173674 421 379 0 4637867 0
Current children cumulated CPU time: 3273.26 s
Current children cumulated vsize: 18563264 KiB
Current children cumulated memory: 16697304 KiB

[startup+3342.3 s]
/proc/loadavg: 2.08 2.39 3.16 3/246 733952
/proc/meminfo: memFree=111717036/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=18553332 memory=16694696 CPUtime=3333.1 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1757584 0 0 0 332455 855 0 0 20 0 1 0 142841778 18998611968 4173674 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 4638333 4173674 421 379 0 4637867 0
Current children cumulated CPU time: 3333.1 s
Current children cumulated vsize: 18563264 KiB
Current children cumulated memory: 16697304 KiB

[startup+3402.3 s]
/proc/loadavg: 2.07 2.33 3.09 3/242 733962
/proc/meminfo: memFree=111711496/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=18553332 memory=16694696 CPUtime=3392.94 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1763856 0 0 0 338435 859 0 0 20 0 1 0 142841778 18998611968 4173674 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 4638333 4173674 421 379 0 4637867 0
Current children cumulated CPU time: 3392.94 s
Current children cumulated vsize: 18563264 KiB
Current children cumulated memory: 16697304 KiB

[startup+3462.3 s]
/proc/loadavg: 2.18 2.31 3.04 3/242 733972
/proc/meminfo: memFree=111702532/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=18553332 memory=16696744 CPUtime=3452.78 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1769956 0 0 0 344415 863 0 0 20 0 1 0 142841778 18998611968 4174186 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 4638333 4174186 421 379 0 4637867 0
Current children cumulated CPU time: 3452.78 s
Current children cumulated vsize: 18563264 KiB
Current children cumulated memory: 16699352 KiB

[startup+3522.3 s]
/proc/loadavg: 2.06 2.25 2.97 3/243 733984
/proc/meminfo: memFree=111720696/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=18553332 memory=16696744 CPUtime=3512.62 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1776082 0 0 0 350395 867 0 0 20 0 1 0 142841778 18998611968 4174186 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 4638333 4174186 421 379 0 4637867 0
Current children cumulated CPU time: 3512.62 s
Current children cumulated vsize: 18563264 KiB
Current children cumulated memory: 16699352 KiB

[startup+3582.3 s]
/proc/loadavg: 2.13 2.24 2.92 3/243 733994
/proc/meminfo: memFree=111711532/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=18553332 memory=16698792 CPUtime=3572.46 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1782852 0 0 0 356375 871 0 0 20 0 1 0 142841778 18998611968 4174698 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 4638333 4174698 421 379 0 4637867 0
Current children cumulated CPU time: 3572.46 s
Current children cumulated vsize: 18563264 KiB
Current children cumulated memory: 16701400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 2.08 2.21 2.89 3/243 733999
/proc/meminfo: memFree=111709092/131524600 swapFree=131071996/131071996
[pid=731160] ppid=731157 vsize=9932 memory=2608 CPUtime=0 cores=1,3
/proc/731160/stat : 731160 (naps-1.02b5.sh) S 731157 731160 727686 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 142841778 10170368 652 134679101440 94184151707648 94184152786968 140735416814592 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94184154885424 94184154932612 94184159580160 140735416816556 140735416816683 140735416816683 140735416823750 0
/proc/731160/statm: 2483 652 573 264 0 134 0
[pid=731165] ppid=731160 vsize=18553332 memory=16698792 CPUtime=3600.09 cores=1,3
/proc/731165/stat : 731165 (naps-1.02b5) R 731160 731160 727686 0 -1 4194304 1785962 0 0 0 359137 872 0 0 20 0 1 0 142841778 18998611968 4174698 134679101440 4194304 5746509 140724080113232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 17145856 140724080120763 140724080120877 140724080120877 140724080127945 0
/proc/731165/statm: 4638333 4174698 421 379 0 4637867 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 18563264 KiB
Current children cumulated memory: 16701400 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000709 s, system=0.002037 s

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

# cumulated CPU time of all completed processes:  user=3591.37 s, system=8.88665 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

[startup+3610.11 s]*
/proc/loadavg: 2.08 2.21 2.89 3/242 733999
/proc/meminfo: memFree=123332512/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.002746 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3610.16
CPU time (s): 3600.26
CPU user time (s): 3591.37
CPU system time (s): 8.88665
CPU usage (%): 99.7256
Max. virtual memory (cumulated for all children) (KiB): 20913564
Max. memory (cumulated for all children) (KiB): 18307668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.37
system time used= 8.88665
maximum resident set size= 18305060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1786420
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= 286
involuntary context switches= 2961


# summary of solver processes directly reported to runsolver:
#   pid: 731160,731165
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3591.37
#   total CPU system time (s): 8.88665

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.06906 second user time and 17.486 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-13 23:38:42
IDJOB=4427212
IDBENCH=143871
IDSOLVER=3045
FILE ID=nodeC035/4427212-1720906709
RUNJOBID= nodeC035-1720905577-729967
SLURM_JOB_ID= 7486094
Free space on /tmp= 890068 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-18reduc_wcsp.wbo
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4427212-1720906709/watcher-4427212-1720906709 -o /tmp/evaluation-result-4427212-1720906709/solver-4427212-1720906709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1720905577-729967 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4427212-1720906709.wbo

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

MD5SUM BENCH= 85c9e899b779dcafda2f7e25c2fdc65d
RANDOM SEED=2070436625

nodeC035.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		: 3668.774
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.65
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		: 3657.358
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.79
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.054
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.65
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		: 3666.063
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.79
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		: 3668.755
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.65
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		: 3680.624
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.79
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.967
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.65
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		: 3607.874
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128315436 kB
MemAvailable:   128539684 kB
Buffers:          328296 kB
Cached:           739044 kB
SwapCached:            0 kB
Active:           526680 kB
Inactive:        2112444 kB
Active(anon):       1592 kB
Inactive(anon):  1608272 kB
Active(file):     525088 kB
Inactive(file):   504172 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7372 kB
Writeback:             0 kB
AnonPages:       1570072 kB
Mapped:           107052 kB
Shmem:             37720 kB
KReclaimable:      69620 kB
Slab:             168236 kB
SReclaimable:      69620 kB
SUnreclaim:        98616 kB
KernelStack:        4096 kB
PageTables:        12196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2170832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56800 kB
HardwareCorrupted:     0 kB
AnonHugePages:    948224 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:      174804 kB
DirectMap2M:     7987200 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC035 at 2024-07-14 00:38:52