Trace number 4436306

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 NameAnswerobjective functionCPU timeWall clock time
Picat 2024-06-18? (TO) 3600.01 3609.4

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_1.opb
MD5SUM31fd86554dd2fe3e1cfc98032a9196a9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark602.754
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints10
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3768
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c solving HOME/instance-4436306-1721094605.opb (Picat 3.6#12)
0.31/0.36	o 1653
0.60/0.65	o 1363
1.58/1.62	o 904
2.00/2.04	o 589
3.09/3.19	o 392
3.99/4.10	o 217
5.47/5.52	o 144
6.67/6.72	o 85
9.86/9.91	o 50
18.34/18.48	o 29
33.11/33.29	o 19
49.76/49.95	o 12
183.55/184.04	o 8
992.37/994.99	o 5

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: 64059 MiB (62170 MiB free)
  memory of node 1: 64510 MiB (63363 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436306-1721094605/watcher-4436306-1721094605 -o /tmp/evaluation-result-4436306-1721094605/solver-4436306-1721094605 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721087315-823652 --watchdog 3760 pb_picat HOME/instance-4436306-1721094605.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=828138, runsolver pid=828135

[startup+0.100096 s]*
/proc/loadavg: 4.08 4.10 4.13 5/242 828139
/proc/meminfo: memFree=128531236/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2044388 memory=22512 CPUtime=0.1 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 1519 0 0 0 10 0 0 0 20 0 1 0 161619705 2093453312 5628 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 511097 5628 1779 439 0 506526 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2044388 KiB
Current children cumulated memory: 22512 KiB

[startup+0.212671 s]*
/proc/loadavg: 4.08 4.10 4.13 5/242 828139
/proc/meminfo: memFree=128530564/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2044388 memory=22512 CPUtime=0.22 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 1553 0 0 0 21 1 0 0 20 0 1 0 161619705 2093453312 5628 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 511097 5628 1779 439 0 506526 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 2044388 KiB
Current children cumulated memory: 22512 KiB

[startup+0.312072 s]*
/proc/loadavg: 4.08 4.10 4.13 5/242 828139
/proc/meminfo: memFree=128529212/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2045228 memory=22980 CPUtime=0.31 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 1936 0 0 0 30 1 0 0 20 0 1 0 161619705 2094313472 5745 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 511307 5745 1779 439 0 506736 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2045228 KiB
Current children cumulated memory: 22980 KiB

[startup+0.700282 s]
/proc/loadavg: 4.08 4.10 4.13 5/242 828139
/proc/meminfo: memFree=128528428/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2046080 memory=24476 CPUtime=0.69 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 3878 0 0 0 67 2 0 0 20 0 1 0 161619705 2095185920 6119 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 511520 6119 1795 439 0 506949 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2046080 KiB
Current children cumulated memory: 24476 KiB

[startup+1.50029 s]
/proc/loadavg: 4.08 4.10 4.13 5/242 828139
/proc/meminfo: memFree=128526308/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2048128 memory=27044 CPUtime=1.48 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 4027 0 0 0 146 2 0 0 20 0 1 0 161619705 2097283072 6761 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 512032 6761 1795 439 0 507461 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2048128 KiB
Current children cumulated memory: 27044 KiB

[startup+3.113 s]
/proc/loadavg: 4.07 4.10 4.13 5/242 828139
/proc/meminfo: memFree=128525952/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2048256 memory=25484 CPUtime=3.09 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 5925 0 0 0 306 3 0 0 20 0 1 0 161619705 2097414144 6371 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 512064 6371 1795 439 0 507493 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2048256 KiB
Current children cumulated memory: 25484 KiB

[startup+6.30024 s]
/proc/loadavg: 4.07 4.10 4.13 5/242 828140
/proc/meminfo: memFree=128529880/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2048384 memory=25476 CPUtime=6.27 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 8742 0 0 0 622 5 0 0 20 0 1 0 161619705 2097545216 6369 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 512096 6369 1795 439 0 507525 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2048384 KiB
Current children cumulated memory: 25476 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.10 4.12 5/242 828140
/proc/meminfo: memFree=128485732/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2051968 memory=28732 CPUtime=12.66 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 12708 0 0 0 1259 7 0 0 20 0 1 0 161619705 2101215232 7183 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 512992 7183 1795 439 0 508421 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2051968 KiB
Current children cumulated memory: 28732 KiB

[startup+25.5003 s]
/proc/loadavg: 4.05 4.10 4.12 5/245 828148
/proc/meminfo: memFree=128478240/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2056064 memory=33244 CPUtime=25.43 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 16449 0 0 0 2534 9 0 0 20 0 1 0 161619705 2105409536 8311 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 514016 8311 1795 439 0 509445 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2056064 KiB
Current children cumulated memory: 33244 KiB

[startup+51.1126 s]
/proc/loadavg: 4.03 4.09 4.12 5/245 828151
/proc/meminfo: memFree=128522040/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2049472 memory=27076 CPUtime=50.97 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 23682 0 0 0 5086 11 0 0 20 0 1 0 161619705 2098659328 6769 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 512368 6769 1795 439 0 507797 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2049472 KiB
Current children cumulated memory: 27076 KiB

[startup+102.3 s]
/proc/loadavg: 4.05 4.08 4.11 5/245 828160
/proc/meminfo: memFree=128489248/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2069952 memory=46320 CPUtime=102.04 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 24969 0 0 0 10192 12 0 0 20 0 1 0 161619705 2119630848 11580 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 517488 11580 1795 439 0 512917 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 2069952 KiB
Current children cumulated memory: 46320 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.10 4.11 5/245 828171
/proc/meminfo: memFree=128424532/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2078148 memory=56068 CPUtime=161.89 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 27644 0 0 0 16176 13 0 0 20 0 1 0 161619705 2128023552 14017 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 519537 14017 1795 439 0 514966 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 2078148 KiB
Current children cumulated memory: 56068 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.09 4.11 5/245 828181
/proc/meminfo: memFree=128398260/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2073984 memory=50448 CPUtime=221.75 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 31576 0 0 0 22160 15 0 0 20 0 1 0 161619705 2123759616 12612 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 518496 12612 1795 439 0 513925 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 2073984 KiB
Current children cumulated memory: 50448 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.09 4.10 5/245 828192
/proc/meminfo: memFree=128392664/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2082180 memory=59380 CPUtime=281.6 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 33034 0 0 0 28145 15 0 0 20 0 1 0 161619705 2132152320 14845 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 520545 14845 1795 439 0 515974 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 2082180 KiB
Current children cumulated memory: 59380 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 4.10 4.10 5/241 828585
/proc/meminfo: memFree=128430544/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2082180 memory=57912 CPUtime=341.46 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 35522 0 0 0 34130 16 0 0 20 0 1 0 161619705 2132152320 14478 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 520545 14478 1795 439 0 515974 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 2082180 KiB
Current children cumulated memory: 57912 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.10 4.10 5/241 828595
/proc/meminfo: memFree=128391336/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2082180 memory=58932 CPUtime=401.31 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 35790 0 0 0 40115 16 0 0 20 0 1 0 161619705 2132152320 14733 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 520545 14733 1795 439 0 515974 0
Current children cumulated CPU time: 401.31 s
Current children cumulated vsize: 2082180 KiB
Current children cumulated memory: 58932 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.11 4.10 5/241 828605
/proc/meminfo: memFree=128353640/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2082180 memory=59676 CPUtime=461.16 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 36009 0 0 0 46100 16 0 0 20 0 1 0 161619705 2132152320 14919 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0

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

Current children cumulated memory: 82044 KiB

[startup+2862.3 s]
/proc/loadavg: 4.16 4.16 4.17 5/241 829832
/proc/meminfo: memFree=128340492/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2103920 memory=80852 CPUtime=2854.96 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 170352 0 0 0 285414 82 0 0 20 0 1 0 161619705 2154414080 20213 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 525980 20213 1795 439 0 521409 0
Current children cumulated CPU time: 2854.96 s
Current children cumulated vsize: 2103920 KiB
Current children cumulated memory: 80852 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.14 4.16 5/241 829842
/proc/meminfo: memFree=128312192/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2103920 memory=80848 CPUtime=2914.79 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 175168 0 0 0 291395 84 0 0 20 0 1 0 161619705 2154414080 20212 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 525980 20212 1795 439 0 521409 0
Current children cumulated CPU time: 2914.79 s
Current children cumulated vsize: 2103920 KiB
Current children cumulated memory: 80848 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.14 4.16 5/241 829853
/proc/meminfo: memFree=128081704/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2103920 memory=80776 CPUtime=2974.63 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 178816 0 0 0 297375 88 0 0 20 0 1 0 161619705 2154414080 20194 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 525980 20194 1795 439 0 521409 0
Current children cumulated CPU time: 2974.63 s
Current children cumulated vsize: 2103920 KiB
Current children cumulated memory: 80776 KiB

[startup+3042.3 s]
/proc/loadavg: 4.23 4.16 4.17 5/243 829867
/proc/meminfo: memFree=128333820/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2120304 memory=84820 CPUtime=3034.46 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 181259 0 0 0 303356 90 0 0 20 0 1 0 161619705 2171191296 21205 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 530076 21205 1795 439 0 525505 0
Current children cumulated CPU time: 3034.46 s
Current children cumulated vsize: 2120304 KiB
Current children cumulated memory: 84820 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.13 4.16 5/244 829878
/proc/meminfo: memFree=128255500/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2103920 memory=76700 CPUtime=3094.29 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 181363 0 0 0 309339 90 0 0 20 0 1 0 161619705 2154414080 19175 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 525980 19175 1795 439 0 521409 0
Current children cumulated CPU time: 3094.29 s
Current children cumulated vsize: 2103920 KiB
Current children cumulated memory: 76700 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.13 4.16 5/244 829889
/proc/meminfo: memFree=128311676/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2120304 memory=86924 CPUtime=3154.13 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 181893 0 0 0 315322 91 0 0 20 0 1 0 161619705 2171191296 21731 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 530076 21731 1795 439 0 525505 0
Current children cumulated CPU time: 3154.13 s
Current children cumulated vsize: 2120304 KiB
Current children cumulated memory: 86924 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.12 4.15 5/244 829899
/proc/meminfo: memFree=128308992/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2120304 memory=85132 CPUtime=3213.97 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 184494 0 0 0 321303 94 0 0 20 0 1 0 161619705 2171191296 21283 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 530076 21283 1795 439 0 525505 0
Current children cumulated CPU time: 3213.97 s
Current children cumulated vsize: 2120304 KiB
Current children cumulated memory: 85132 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.14 5/244 829910
/proc/meminfo: memFree=128332944/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2103920 memory=81820 CPUtime=3273.81 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 188039 0 0 0 327284 97 0 0 20 0 1 0 161619705 2154414080 20455 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 525980 20455 1795 439 0 521409 0
Current children cumulated CPU time: 3273.81 s
Current children cumulated vsize: 2103920 KiB
Current children cumulated memory: 81820 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.14 5/242 829921
/proc/meminfo: memFree=127946888/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2103920 memory=81564 CPUtime=3333.65 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 189871 0 0 0 333266 99 0 0 20 0 1 0 161619705 2154414080 20391 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 525980 20391 1795 439 0 521409 0
Current children cumulated CPU time: 3333.65 s
Current children cumulated vsize: 2103920 KiB
Current children cumulated memory: 81564 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.10 4.13 5/241 829931
/proc/meminfo: memFree=128016876/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2128500 memory=94244 CPUtime=3393.48 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 194175 0 0 0 339246 102 0 0 20 0 1 0 161619705 2179584000 23561 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 532125 23561 1795 439 0 527554 0
Current children cumulated CPU time: 3393.48 s
Current children cumulated vsize: 2128500 KiB
Current children cumulated memory: 94244 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.11 4.13 5/241 829941
/proc/meminfo: memFree=128077980/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2136692 memory=99924 CPUtime=3453.3 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 198178 0 0 0 345227 103 0 0 20 0 1 0 161619705 2187972608 24981 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 534173 24981 1795 439 0 529602 0
Current children cumulated CPU time: 3453.3 s
Current children cumulated vsize: 2136692 KiB
Current children cumulated memory: 99924 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.13 5/241 829951
/proc/meminfo: memFree=128168184/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2136692 memory=97876 CPUtime=3513.14 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 207069 0 0 0 351207 107 0 0 20 0 1 0 161619705 2187972608 24469 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 534173 24469 1795 439 0 529602 0
Current children cumulated CPU time: 3513.14 s
Current children cumulated vsize: 2136692 KiB
Current children cumulated memory: 97876 KiB

[startup+3582.3 s]
/proc/loadavg: 3.47 3.93 4.06 4/234 829992
/proc/meminfo: memFree=129409044/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2136692 memory=99924 CPUtime=3572.97 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 211764 0 0 0 357188 109 0 0 20 0 1 0 161619705 2187972608 24981 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 534173 24981 1795 439 0 529602 0
Current children cumulated CPU time: 3572.97 s
Current children cumulated vsize: 2136692 KiB
Current children cumulated memory: 99924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 2.75 3.72 3.99 2/220 830058
/proc/meminfo: memFree=129597652/131655788 swapFree=131071996/131071996
[pid=828138] ppid=828135 vsize=2136692 memory=101972 CPUtime=3600.01 cores=1,3
/proc/828138/stat : 828138 (pb_picat) R 828135 828138 823640 0 -1 4194304 212380 0 0 0 359891 110 0 0 20 0 1 0 161619705 2187972608 25493 134679101440 4194304 5989780 140730077888096 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 22683648 140730077889561 140730077889637 140730077889637 140730077896652 0
/proc/828138/statm: 534173 25493 1795 439 0 529602 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2136692 KiB
Current children cumulated memory: 101972 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.91 s, system=1.10101 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): 3609.4
CPU time (s): 3600.01
CPU user time (s): 3598.91
CPU system time (s): 1.10101
CPU usage (%): 99.7399
Max. virtual memory (cumulated for all children) (KiB): 2153076
Max. memory (cumulated for all children) (KiB): 106048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.91
system time used= 1.10101
maximum resident set size= 106048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212380
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= 5
involuntary context switches= 2696


# summary of solver processes directly reported to runsolver:
#   pid: 828138
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3598.91
#   total CPU system time (s): 1.10101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1364 second user time and 35.0662 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-16 03:50:16
IDJOB=4436306
IDBENCH=147580
IDSOLVER=3068
FILE ID=nodeC010/4436306-1721094605
RUNJOBID= nodeC010-1721087315-823652
SLURM_JOB_ID= 7505582
Free space on /tmp= 723756 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_1.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436306-1721094605/watcher-4436306-1721094605 -o /tmp/evaluation-result-4436306-1721094605/solver-4436306-1721094605 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721087315-823652 --watchdog 3760  pb_picat HOME/instance-4436306-1721094605.opb

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

MD5SUM BENCH= 31fd86554dd2fe3e1cfc98032a9196a9
RANDOM SEED=916210750

nodeC010.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	: 0xb00001f
cpu MHz		: 3669.622
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.51
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	: 0xb00001f
cpu MHz		: 3491.781
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.350
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.51
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	: 0xb00001f
cpu MHz		: 1197.175
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 3626.426
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.51
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	: 0xb00001f
cpu MHz		: 3657.868
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.374
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.51
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	: 0xb00001f
cpu MHz		: 1197.238
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128547228 kB
MemAvailable:   128830072 kB
Buffers:          391372 kB
Cached:           735076 kB
SwapCached:            0 kB
Active:           725716 kB
Inactive:        1861532 kB
Active(anon):       1464 kB
Inactive(anon):  1497032 kB
Active(file):     724252 kB
Inactive(file):   364500 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             10900 kB
Writeback:             0 kB
AnonPages:       1458256 kB
Mapped:           114316 kB
Shmem:             37704 kB
KReclaimable:      68248 kB
Slab:             161008 kB
SReclaimable:      68248 kB
SUnreclaim:        92760 kB
KernelStack:        3868 kB
PageTables:        11904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    6995504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51744 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1273856 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:      187208 kB
DirectMap2M:    18591744 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC010 at 2024-07-16 04:50:26