Trace number 4449352

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
Picat 2024-06-18? (TO) 3600.13 3608.1

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm75p-dec.opb.negationfix.opb
MD5SUM8e33a6540182d2687f15b6bd9bbee190
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark5.39568
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2066432
Total number of constraints9096
Number of constraints which are clauses4035
Number of constraints which are cardinality constraints (but not clauses)4035
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint4035
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 1481565
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 3948985
Number of bits of the biggest sum of numbers22
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 solving HOME/instance-4449352-1721371706.opb (Picat 3.6#12)

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 (59683 MiB free)
  memory of node 1: 64473 MiB (62854 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449352-1721371706/watcher-4449352-1721371706 -o /tmp/evaluation-result-4449352-1721371706/solver-4449352-1721371706 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721371718-1020022 --watchdog 3760 pb_picat HOME/instance-4449352-1721371706.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=1020219, runsolver pid=1020216
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 1.12 1.10 1.15 5/254 1020220
/proc/meminfo: memFree=125419524/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=2033608 memory=54588 CPUtime=0.09 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 1515 0 0 0 9 0 0 0 20 0 1 0 189333088 2082414592 13647 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 508402 13647 1553 439 0 503831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 54588 KiB

[startup+0.205609 s]*
/proc/loadavg: 1.12 1.10 1.15 5/254 1020220
/proc/meminfo: memFree=125387716/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=2033608 memory=87356 CPUtime=0.2 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 1531 0 0 0 19 1 0 0 20 0 1 0 189333088 2082414592 21839 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 508402 21839 1553 439 0 503831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 87356 KiB

[startup+0.305585 s]*
/proc/loadavg: 1.12 1.10 1.15 5/254 1020220
/proc/meminfo: memFree=125357096/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=2033608 memory=116028 CPUtime=0.3 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 1545 0 0 0 28 2 0 0 20 0 1 0 189333088 2082414592 29007 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 508402 29007 1553 439 0 503831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 116028 KiB

[startup+0.700222 s]
/proc/loadavg: 1.12 1.10 1.15 5/250 1020243
/proc/meminfo: memFree=125319848/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=2033608 memory=232764 CPUtime=0.69 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 1602 0 0 0 65 4 0 0 20 0 1 0 189333088 2082414592 58191 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 508402 58191 1553 439 0 503831 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 232764 KiB

[startup+1.50021 s]
/proc/loadavg: 1.12 1.10 1.15 6/249 1020297
/proc/meminfo: memFree=125184460/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=2049236 memory=460240 CPUtime=1.49 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2261 0 0 0 141 8 0 0 20 0 1 0 189333088 2098417664 115060 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 512309 115060 1553 439 0 507738 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2049236 KiB
Current children cumulated memory: 460240 KiB

[startup+3.1055 s]
/proc/loadavg: 1.35 1.15 1.17 5/254 1020312
/proc/meminfo: memFree=124636548/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=2064864 memory=833500 CPUtime=3.09 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 3220 0 0 0 293 16 0 0 20 0 1 0 189333088 2114420736 208375 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 516216 208375 1553 439 0 511645 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2064864 KiB
Current children cumulated memory: 833500 KiB

[startup+6.30021 s]
/proc/loadavg: 1.35 1.15 1.17 4/247 1020343
/proc/meminfo: memFree=124226076/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=2881856 memory=1272576 CPUtime=6.27 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 8998 0 0 0 601 26 0 0 20 0 1 0 189333088 2951020544 318144 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 720464 318144 1553 439 0 715893 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2881856 KiB
Current children cumulated memory: 1272576 KiB

[startup+12.7002 s]
/proc/loadavg: 1.48 1.18 1.18 4/247 1020345
/proc/meminfo: memFree=123718448/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=2897480 memory=1864488 CPUtime=12.66 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 10125 0 0 0 1228 38 0 0 20 0 1 0 189333088 2967019520 466122 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 724370 466122 1553 439 0 719799 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2897480 KiB
Current children cumulated memory: 1864488 KiB

[startup+25.5002 s]
/proc/loadavg: 1.82 1.27 1.21 4/247 1020346
/proc/meminfo: memFree=122601556/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=4373504 memory=2889728 CPUtime=25.43 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 12977 0 0 0 2474 69 0 0 20 0 1 0 189333088 4478468096 722432 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 1093376 722432 1553 439 0 1088805 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 4373504 KiB
Current children cumulated memory: 2889728 KiB

[startup+51.1053 s]
/proc/loadavg: 1.88 1.33 1.23 3/241 1020383
/proc/meminfo: memFree=120663340/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=6423428 memory=4859540 CPUtime=50.98 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 18475 0 0 0 4946 152 0 0 20 0 1 0 189333088 6577590272 1214885 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 1605857 1214885 1553 439 0 1601286 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 6423428 KiB
Current children cumulated memory: 4859540 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 1.45 1.28 3/241 1020391
/proc/meminfo: memFree=117985112/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=8683336 memory=7523908 CPUtime=102.08 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 24577 0 0 0 9984 224 0 0 20 0 1 0 189333088 8891736064 1880977 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 2170834 1880977 1633 439 0 2166263 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 8683336 KiB
Current children cumulated memory: 7523908 KiB

[startup+162.3 s]
/proc/loadavg: 2.10 1.58 1.33 3/243 1020406
/proc/meminfo: memFree=116892432/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=8683336 memory=8611396 CPUtime=161.94 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 28685 0 0 0 15948 246 0 0 20 0 1 0 189333088 8891736064 2152849 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 2170834 2152849 1633 439 0 2166263 0
Current children cumulated CPU time: 161.94 s
Current children cumulated vsize: 8683336 KiB
Current children cumulated memory: 8611396 KiB

[startup+222.3 s]
/proc/loadavg: 2.09 1.68 1.39 3/243 1020416
/proc/meminfo: memFree=112168508/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=18767340 memory=13359356 CPUtime=221.8 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 127824 0 0 0 21632 548 0 0 20 0 1 0 189333088 19217756160 3339839 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 4691835 3339839 1729 439 0 4687264 0
Current children cumulated CPU time: 221.8 s
Current children cumulated vsize: 18767340 KiB
Current children cumulated memory: 13359356 KiB

[startup+282.3 s]
/proc/loadavg: 2.11 1.76 1.43 3/243 1020427
/proc/meminfo: memFree=106715828/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=23682556 memory=18762152 CPUtime=281.68 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 225626 0 0 0 27432 736 0 0 20 0 1 0 189333088 24250937344 4690538 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 5920639 4690538 1729 439 0 5916068 0
Current children cumulated CPU time: 281.68 s
Current children cumulated vsize: 23682556 KiB
Current children cumulated memory: 18762152 KiB

[startup+342.3 s]
/proc/loadavg: 2.10 1.82 1.48 3/243 1020439
/proc/meminfo: memFree=106667240/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=23682556 memory=18817604 CPUtime=341.57 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 226709 0 0 0 33367 790 0 0 20 0 1 0 189333088 24250937344 4704401 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 5920639 4704401 1745 439 0 5916068 0
Current children cumulated CPU time: 341.57 s
Current children cumulated vsize: 23682556 KiB
Current children cumulated memory: 18817604 KiB

[startup+402.3 s]
/proc/loadavg: 2.08 1.87 1.52 3/242 1020449
/proc/meminfo: memFree=106610820/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=23682556 memory=18864604 CPUtime=401.45 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 230660 0 0 0 39313 832 0 0 20 0 1 0 189333088 24250937344 4716151 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 5920639 4716151 1745 439 0 5916068 0
Current children cumulated CPU time: 401.45 s
Current children cumulated vsize: 23682556 KiB
Current children cumulated memory: 18864604 KiB

[startup+462.3 s]
/proc/loadavg: 2.07 1.91 1.56 3/242 1020843
/proc/meminfo: memFree=106577596/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=23682556 memory=18902800 CPUtime=461.35 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 234370 0 0 0 45276 859 0 0 20 0 1 0 189333088 24250937344 4725700 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 5920639 4725700 1745 439 0 5916068 0

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

Current children cumulated memory: 20754072 KiB

[startup+2862.3 s]
/proc/loadavg: 2.16 2.11 2.04 3/241 1022082
/proc/meminfo: memFree=104690952/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=27946552 memory=20754072 CPUtime=2855.84 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2413949 0 0 0 282661 2923 0 0 20 0 1 0 189333088 28617269248 5188518 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 6986638 5188518 1745 439 0 6982067 0
Current children cumulated CPU time: 2855.84 s
Current children cumulated vsize: 27946552 KiB
Current children cumulated memory: 20754072 KiB

[startup+2922.3 s]
/proc/loadavg: 2.12 2.11 2.04 3/241 1022092
/proc/meminfo: memFree=104698656/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=27946552 memory=20754072 CPUtime=2915.72 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2421468 0 0 0 288648 2924 0 0 20 0 1 0 189333088 28617269248 5188518 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 6986638 5188518 1745 439 0 6982067 0
Current children cumulated CPU time: 2915.72 s
Current children cumulated vsize: 27946552 KiB
Current children cumulated memory: 20754072 KiB

[startup+2982.3 s]
/proc/loadavg: 2.09 2.10 2.04 3/241 1022103
/proc/meminfo: memFree=104692676/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=27946552 memory=20754072 CPUtime=2975.6 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2429148 0 0 0 294634 2926 0 0 20 0 1 0 189333088 28617269248 5188518 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 6986638 5188518 1745 439 0 6982067 0
Current children cumulated CPU time: 2975.6 s
Current children cumulated vsize: 27946552 KiB
Current children cumulated memory: 20754072 KiB

[startup+3042.3 s]
/proc/loadavg: 2.15 2.11 2.05 3/240 1022114
/proc/meminfo: memFree=104685940/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=27946552 memory=20754072 CPUtime=3035.48 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2436560 0 0 0 300621 2927 0 0 20 0 1 0 189333088 28617269248 5188518 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 6986638 5188518 1745 439 0 6982067 0
Current children cumulated CPU time: 3035.48 s
Current children cumulated vsize: 27946552 KiB
Current children cumulated memory: 20754072 KiB

[startup+3102.3 s]
/proc/loadavg: 2.11 2.10 2.05 3/240 1022125
/proc/meminfo: memFree=104697456/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=27946552 memory=20760216 CPUtime=3095.37 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2443616 0 0 0 306608 2929 0 0 20 0 1 0 189333088 28617269248 5190054 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 6986638 5190054 1745 439 0 6982067 0
Current children cumulated CPU time: 3095.37 s
Current children cumulated vsize: 27946552 KiB
Current children cumulated memory: 20760216 KiB

[startup+3162.3 s]
/proc/loadavg: 2.08 2.10 2.05 3/242 1022140
/proc/meminfo: memFree=104677280/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=27946552 memory=20760216 CPUtime=3155.24 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2451212 0 0 0 312594 2930 0 0 20 0 1 0 189333088 28617269248 5190054 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 6986638 5190054 1745 439 0 6982067 0
Current children cumulated CPU time: 3155.24 s
Current children cumulated vsize: 27946552 KiB
Current children cumulated memory: 20760216 KiB

[startup+3222.3 s]
/proc/loadavg: 2.13 2.11 2.06 3/242 1022150
/proc/meminfo: memFree=104678724/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=27946552 memory=20762264 CPUtime=3215.12 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2458983 0 0 0 318580 2932 0 0 20 0 1 0 189333088 28617269248 5190566 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 6986638 5190566 1745 439 0 6982067 0
Current children cumulated CPU time: 3215.12 s
Current children cumulated vsize: 27946552 KiB
Current children cumulated memory: 20762264 KiB

[startup+3282.3 s]
/proc/loadavg: 2.10 2.10 2.06 3/242 1022160
/proc/meminfo: memFree=104680960/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=27946552 memory=20762264 CPUtime=3275.01 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2466658 0 0 0 324567 2934 0 0 20 0 1 0 189333088 28617269248 5190566 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 6986638 5190566 1745 439 0 6982067 0
Current children cumulated CPU time: 3275.01 s
Current children cumulated vsize: 27946552 KiB
Current children cumulated memory: 20762264 KiB

[startup+3342.3 s]
/proc/loadavg: 2.14 2.11 2.06 3/242 1022173
/proc/meminfo: memFree=104678096/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=27946552 memory=20762264 CPUtime=3334.89 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2473918 0 0 0 330554 2935 0 0 20 0 1 0 189333088 28617269248 5190566 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 6986638 5190566 1745 439 0 6982067 0
Current children cumulated CPU time: 3334.89 s
Current children cumulated vsize: 27946552 KiB
Current children cumulated memory: 20762264 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.11 2.06 3/242 1022183
/proc/meminfo: memFree=104680752/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=27946552 memory=20762264 CPUtime=3394.77 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2481209 0 0 0 336541 2936 0 0 20 0 1 0 189333088 28617269248 5190566 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 6986638 5190566 1745 439 0 6982067 0
Current children cumulated CPU time: 3394.77 s
Current children cumulated vsize: 27946552 KiB
Current children cumulated memory: 20762264 KiB

[startup+3462.3 s]
/proc/loadavg: 2.12 2.12 2.07 3/242 1022198
/proc/meminfo: memFree=104684068/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=27946552 memory=20764312 CPUtime=3454.64 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2488489 0 0 0 342527 2937 0 0 20 0 1 0 189333088 28617269248 5191078 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 6986638 5191078 1745 439 0 6982067 0
Current children cumulated CPU time: 3454.64 s
Current children cumulated vsize: 27946552 KiB
Current children cumulated memory: 20764312 KiB

[startup+3522.3 s]
/proc/loadavg: 2.08 2.11 2.07 3/242 1022209
/proc/meminfo: memFree=108655152/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=21655096 memory=17036952 CPUtime=3514.51 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2503414 0 0 0 348474 2977 0 0 20 0 1 0 189333088 22174818304 4259238 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 5413774 4259238 1745 439 0 5409203 0
Current children cumulated CPU time: 3514.51 s
Current children cumulated vsize: 21655096 KiB
Current children cumulated memory: 17036952 KiB

[startup+3582.3 s]
/proc/loadavg: 2.08 2.10 2.07 3/242 1022220
/proc/meminfo: memFree=106266824/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=23752248 memory=19191448 CPUtime=3574.38 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2554591 0 0 0 354401 3037 0 0 20 0 1 0 189333088 24322301952 4797862 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 5938062 4797862 1745 439 0 5933491 0
Current children cumulated CPU time: 3574.38 s
Current children cumulated vsize: 23752248 KiB
Current children cumulated memory: 19191448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608 s]*
/proc/loadavg: 2.12 2.11 2.07 3/242 1022223
/proc/meminfo: memFree=104580060/131524600 swapFree=131071216/131071996
[pid=1020219] ppid=1020216 vsize=28077628 memory=20859344 CPUtime=3600.03 cores=5,7
/proc/1020219/stat : 1020219 (pb_picat) R 1020216 1020219 1016767 0 -1 4194304 2675338 0 0 0 356895 3108 0 0 20 0 1 0 189333088 28751491072 5214836 134679101440 4194304 5989780 140720445022080 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 21360640 140720445027351 140720445027427 140720445027427 140720445034444 0
/proc/1020219/statm: 7019407 5214836 1745 439 0 7014836 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 28077628 KiB
Current children cumulated memory: 20859344 KiB

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

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

# cumulated CPU time of all completed processes:  user=3568.96 s, system=31.1783 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.1
CPU time (s): 3600.13
CPU user time (s): 3568.96
CPU system time (s): 31.1783
CPU usage (%): 99.7793
Max. virtual memory (cumulated for all children) (KiB): 29486452
Max. memory (cumulated for all children) (KiB): 22889272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3568.96
system time used= 31.1783
maximum resident set size= 22889272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2675338
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= 87
involuntary context switches= 2687


# summary of solver processes directly reported to runsolver:
#   pid: 1020219
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3568.96
#   total CPU system time (s): 31.1783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.69374 second user time and 15.7703 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-19 08:48:39
IDJOB=4449352
IDBENCH=160496
IDSOLVER=3068
FILE ID=nodeC018/4449352-1721371706
RUNJOBID= nodeC018-1721371718-1020022
SLURM_JOB_ID= 7542807
Free space on /tmp= 889976 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm75p-dec.opb.negationfix.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449352-1721371706/watcher-4449352-1721371706 -o /tmp/evaluation-result-4449352-1721371706/solver-4449352-1721371706 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721371718-1020022 --watchdog 3760  pb_picat HOME/instance-4449352-1721371706.opb

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

MD5SUM BENCH= 8e33a6540182d2687f15b6bd9bbee190
RANDOM SEED=1001268871

nodeC018.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		: 3662.895
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.52
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		: 3633.702
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125481140 kB
MemAvailable:   129668520 kB
Buffers:          526728 kB
Cached:          4461252 kB
SwapCached:          148 kB
Active:          1073484 kB
Inactive:        4316232 kB
Active(anon):       1532 kB
Inactive(anon):   445992 kB
Active(file):    1071952 kB
Inactive(file):  3870240 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:            115472 kB
Writeback:             0 kB
AnonPages:        401748 kB
Mapped:           117732 kB
Shmem:             45784 kB
KReclaimable:     170020 kB
Slab:             273088 kB
SReclaimable:     170020 kB
SUnreclaim:       103068 kB
KernelStack:        4128 kB
PageTables:        10388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    6581620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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:      283348 kB
DirectMap2M:    28850176 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 889980 MiB
End job on nodeC018 at 2024-07-19 09:48:47